diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-15 22:26:48 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 13:18:05 +0100 |
commit | 53749e174995b812a3985d089460a9d7b2670c71 (patch) | |
tree | 3ecd5e595af736f71c95a774def19471c80cc9f9 /src/nvim/options.lua | |
parent | e2eff5269f3d33f7ae60db1a082300844403fe99 (diff) | |
download | rneovim-53749e174995b812a3985d089460a9d7b2670c71.tar.gz rneovim-53749e174995b812a3985d089460a9d7b2670c71.tar.bz2 rneovim-53749e174995b812a3985d089460a9d7b2670c71.zip |
defaults: enable 'cscopeverbose', and deprecate it
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index eee0c2f671..db7ed9da45 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -533,7 +533,7 @@ return { vi_def=true, vim=true, varname='p_csverbose', - defaults={if_true={vi=0}} + defaults={if_true={vi=1}} }, { full_name='cursorbind', abbreviation='crb', |