diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-26 11:59:59 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-26 11:59:59 +0200 | 
| commit | 0b59f988f447e23af692d972a83989156c6aad02 (patch) | |
| tree | e7fba1e2be738d0a89d9aafdfb1ae0c92586af05 /test/functional/viml/completion_spec.lua | |
| parent | 7e571bca5d5e00e9e33e266b983a48bb4014183f (diff) | |
| parent | 6944abad2f3f443027af1966a2a310034d2179b2 (diff) | |
| download | rneovim-0b59f988f447e23af692d972a83989156c6aad02.tar.gz rneovim-0b59f988f447e23af692d972a83989156c6aad02.tar.bz2 rneovim-0b59f988f447e23af692d972a83989156c6aad02.zip | |
Merge #6583 from justinmk/ui-tabline
Diffstat (limited to 'test/functional/viml/completion_spec.lua')
| -rw-r--r-- | test/functional/viml/completion_spec.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/functional/viml/completion_spec.lua b/test/functional/viml/completion_spec.lua index b35e8d4f94..0e5278345c 100644 --- a/test/functional/viml/completion_spec.lua +++ b/test/functional/viml/completion_spec.lua @@ -868,13 +868,13 @@ describe('completion', function()    end)  end) -describe('External completion popupmenu', function() +describe('ui/externalized/popupmenu', function()    local screen    local items, selected, anchor    before_each(function()      clear()      screen = Screen.new(60, 8) -    screen:attach({rgb=true, popupmenu_external=true}) +    screen:attach({rgb=true, ext_popupmenu=true})      screen:set_default_attr_ids({        [1] = {bold=true, foreground=Screen.colors.Blue},        [2] = {bold = true}, | 
