mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
feat(cscope)!: remove
This commit is contained in:
@@ -495,58 +495,6 @@ return {
|
||||
varname='p_cpo',
|
||||
defaults={if_true=macros('CPO_VIM')}
|
||||
},
|
||||
{
|
||||
full_name='cscopepathcomp', abbreviation='cspc',
|
||||
short_desc=N_("how many components of the path to show"),
|
||||
type='number', scope={'global'},
|
||||
varname='p_cspc',
|
||||
defaults={if_true=0}
|
||||
},
|
||||
{
|
||||
full_name='cscopeprg', abbreviation='csprg',
|
||||
short_desc=N_("command to execute cscope"),
|
||||
type='string', scope={'global'},
|
||||
secure=true,
|
||||
expand=true,
|
||||
varname='p_csprg',
|
||||
defaults={if_true="cscope"}
|
||||
},
|
||||
{
|
||||
full_name='cscopequickfix', abbreviation='csqf',
|
||||
short_desc=N_("use quickfix window for cscope results"),
|
||||
type='string', list='onecomma', scope={'global'},
|
||||
deny_duplicates=true,
|
||||
varname='p_csqf',
|
||||
defaults={if_true=""}
|
||||
},
|
||||
{
|
||||
full_name='cscoperelative', abbreviation='csre',
|
||||
short_desc=N_("Use cscope.out path basename as prefix"),
|
||||
type='bool', scope={'global'},
|
||||
varname='p_csre',
|
||||
defaults={if_true=0}
|
||||
},
|
||||
{
|
||||
full_name='cscopetag', abbreviation='cst',
|
||||
short_desc=N_("use cscope for tag commands"),
|
||||
type='bool', scope={'global'},
|
||||
varname='p_cst',
|
||||
defaults={if_true=0}
|
||||
},
|
||||
{
|
||||
full_name='cscopetagorder', abbreviation='csto',
|
||||
short_desc=N_("determines \":cstag\" search order"),
|
||||
type='number', scope={'global'},
|
||||
varname='p_csto',
|
||||
defaults={if_true=0}
|
||||
},
|
||||
{
|
||||
full_name='cscopeverbose', abbreviation='csverb',
|
||||
short_desc=N_("give messages when adding a cscope database"),
|
||||
type='bool', scope={'global'},
|
||||
varname='p_csverbose',
|
||||
defaults={if_true=1}
|
||||
},
|
||||
{
|
||||
full_name='cursorbind', abbreviation='crb',
|
||||
short_desc=N_("move cursor in window as it moves in other windows"),
|
||||
|
Reference in New Issue
Block a user