mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #4583 from KillTheMule/robust-completion
Make completion_spec.lua more robust
This commit is contained in:
commit
a7a3605c0f
@ -172,6 +172,7 @@ describe('completion', function()
|
|||||||
[4] = {bold = true, foreground = Screen.colors.SeaGreen},
|
[4] = {bold = true, foreground = Screen.colors.SeaGreen},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
execute("set complete=.")
|
||||||
feed('ifoobar fooegg<cr>f<c-p>')
|
feed('ifoobar fooegg<cr>f<c-p>')
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
foobar fooegg |
|
foobar fooegg |
|
||||||
|
Loading…
Reference in New Issue
Block a user