mirror of
https://github.com/luzifer/vim.git
synced 2024-12-20 10:21:19 +00:00
Remove cscope directives breaking neovim 0.9
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f6c668ea88
commit
cae54efab2
1 changed files with 0 additions and 18 deletions
18
init.vim
18
init.vim
|
@ -722,24 +722,6 @@ set tgst " notgst
|
|||
" showfulltag - when completing tags in Insert mode show more info
|
||||
set nosft " sft
|
||||
|
||||
" cscopeprg - command for executing cscope
|
||||
set csprg=cscope
|
||||
|
||||
" cscopetag - use cscope for tag commands
|
||||
set nocst " cst
|
||||
|
||||
" cscopetagorder - 0 or 1; the order in which ":cstag" performs a search
|
||||
set csto=0
|
||||
|
||||
" cscopeverbose - give messages when adding a cscope database
|
||||
set nocsverb " csverb
|
||||
|
||||
" cscopepathcomp - how many components of the path to show
|
||||
set cspc=0
|
||||
|
||||
" cscopequickfix - When to open a quickfix window for cscope
|
||||
set csqf=
|
||||
|
||||
"
|
||||
" running make and jumping to errors
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue