Update 2024-09-10 11:30 Linux/x86_64-ld5587

This commit is contained in:
c0dev0id
2024-09-10 11:30:48 +02:00
parent 58d177cb68
commit 13223e2055
2 changed files with 3 additions and 2 deletions

View File

@@ -197,8 +197,8 @@ if has("cscope")
cs add cscope.out
elseif filereadable(".git/cscope.out")
cs add .git/cscope.out
elseif filereadable("/priv/d034266/git/CGK/src/.git/cscope.out")
cs add /priv/d034266/git/CGK/src/.git/cscope.out
elseif filereadable($CSCOPEDB)
cs add $CSCOPEDB
endif
" 'ts' symbol: find all references to the token under cursor
" 'tg' global: find global definition(s) of the token under cursor