mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00
fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627)
This commit is contained in:
@@ -1253,4 +1253,10 @@ describe('completion', function()
|
||||
feed('ifoo#<C-X><C-U>')
|
||||
assert_alive()
|
||||
end)
|
||||
|
||||
it('does not crash when using i_CTRL-X_CTRL-V to complete non-existent colorscheme', function()
|
||||
feed('icolorscheme NOSUCHCOLORSCHEME<C-X><C-V>')
|
||||
expect('colorscheme NOSUCHCOLORSCHEME')
|
||||
assert_alive()
|
||||
end)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user