Merge #9578 'vim-patch:8.0.{1045,1073,1077,1114}'

This commit is contained in:
Justin M. Keyes
2019-02-03 21:36:32 +01:00
committed by GitHub
6 changed files with 124 additions and 22 deletions

View File

@@ -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)