mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 00:52:44 +00:00
Merge #9578 'vim-patch:8.0.{1045,1073,1077,1114}'
This commit is contained in:
@@ -32,9 +32,9 @@ describe(':setlocal', function()
|
||||
eq(0, meths.get_option('iminsert'))
|
||||
feed_command('setlocal iminsert=1')
|
||||
eq(0, meths.get_option('iminsert'))
|
||||
eq(0, meths.get_option('imsearch'))
|
||||
eq(-1, meths.get_option('imsearch'))
|
||||
feed_command('setlocal imsearch=1')
|
||||
eq(0, meths.get_option('imsearch'))
|
||||
eq(-1, meths.get_option('imsearch'))
|
||||
end)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user