Set vim as editor for cscope
David Blume

David Blume commited on 2017-12-22 08:51:07
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -38,6 +38,7 @@ else
38 38
 fi
39 39
 
40 40
 export P4DIFF='vim -d'  # Override from the command line: "P4DIFF=; p4 diff main.py"
41
+export CSCOPE_EDITOR=vim
41 42
 
42 43
 alias grep='grep --color=auto'
43 44
 alias fgrep='fgrep --color=auto'
44 45