diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 583c63614a..359bf3fcee 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1211,6 +1211,14 @@ return { defaults={if_true={vi=false, vim=true}} }, { + full_name='incsubstitute', abbreviation='ics', + type='string', scope={'global'}, + vi_def=true, + redraw={'everything'}, + varname='p_ics', + defaults={if_true={vi=""}} + }, + { full_name='indentexpr', abbreviation='inde', type='string', scope={'buffer'}, vi_def=true, |