Update 2024-09-10 11:30 Linux/x86_64-ld5587
This commit is contained in:
parent
58d177cb68
commit
13223e2055
1
.kshrc
1
.kshrc
@ -17,6 +17,7 @@ PATH=~/.bin\
|
|||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
### LANGUAGE
|
### LANGUAGE
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
LC_MESSAGES=C
|
LC_MESSAGES=C
|
||||||
LC_NUMERIC=C
|
LC_NUMERIC=C
|
||||||
|
@ -197,8 +197,8 @@ if has("cscope")
|
|||||||
cs add cscope.out
|
cs add cscope.out
|
||||||
elseif filereadable(".git/cscope.out")
|
elseif filereadable(".git/cscope.out")
|
||||||
cs add .git/cscope.out
|
cs add .git/cscope.out
|
||||||
elseif filereadable("/priv/d034266/git/CGK/src/.git/cscope.out")
|
elseif filereadable($CSCOPEDB)
|
||||||
cs add /priv/d034266/git/CGK/src/.git/cscope.out
|
cs add $CSCOPEDB
|
||||||
endif
|
endif
|
||||||
" 'ts' symbol: find all references to the token under cursor
|
" 'ts' symbol: find all references to the token under cursor
|
||||||
" 'tg' global: find global definition(s) of the token under cursor
|
" 'tg' global: find global definition(s) of the token under cursor
|
||||||
|
Loading…
Reference in New Issue
Block a user