From cae54efab2b21dd8972a4da05ccadab2822768ce Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 18 Apr 2023 11:41:46 +0200 Subject: [PATCH] Remove cscope directives breaking neovim 0.9 Signed-off-by: Knut Ahlers --- init.vim | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/init.vim b/init.vim index 9ccc400..8cca7ef 100644 --- a/init.vim +++ b/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 "