1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +00:00

Remove cscope directives breaking neovim 0.9

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-04-18 11:41:46 +02:00
parent f6c668ea88
commit cae54efab2
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -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
"