From f4ddcdbd4dda1a3d1ccb9a3397cd697c2bffa200 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 16 Sep 2010 18:18:19 +0200 Subject: [PATCH] [vim] dummy mistake --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 309b78e..3afe50d 100644 --- a/.vimrc +++ b/.vimrc @@ -289,8 +289,8 @@ if has("cscope") nmap :cscope find f =expand("") nmap :scscope find f =expand("") " find this C symbol with F5 and split with shift+F5 - nmap :cscope find s =expand("") - nmap :scscope find s =expand("") + nmap :cscope find s =expand("") + nmap :scscope find s =expand("") " go to definition with F6 and split with shift+F6 and use ctags with alt+shift+F6 nmap :cscope find g =expand("") nmap :scscope find g =expand("")