mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
@@ -141,4 +141,10 @@ describe('completion', function()
|
||||
June]])
|
||||
end)
|
||||
end)
|
||||
|
||||
it('disables folding during completion', function ()
|
||||
execute("set foldmethod=indent")
|
||||
feed('i<Tab>foo<CR><Tab>bar<Esc>ggA<C-x><C-l>')
|
||||
eq(-1, eval('foldclosed(1)'))
|
||||
end)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user