mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
Incsubsitution feature
Originally implemented by * Clement0 * DesbyP * aym7 * Adrey06 * Robinhola in #4811. Major reworkings and bug fixes by * bfredl Most tests suggested by ZyX-l, suggestions for improvements by oni-link.
This commit is contained in:
@@ -1210,6 +1210,14 @@ return {
|
||||
varname='p_is',
|
||||
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'},
|
||||
|
Reference in New Issue
Block a user