diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/functional/viml/completion_spec.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/functional/viml/completion_spec.lua b/test/functional/viml/completion_spec.lua index 01b2bad059..8b507c8ffc 100644 --- a/test/functional/viml/completion_spec.lua +++ b/test/functional/viml/completion_spec.lua @@ -172,6 +172,7 @@ describe('completion', function()        [4] = {bold = true, foreground = Screen.colors.SeaGreen},      }) +    execute("set complete=.")      feed('ifoobar fooegg<cr>f<c-p>')      screen:expect([[        foobar fooegg                           | | 
