aboutsummaryrefslogtreecommitdiff
path: root/test/functional/viml/completion_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-31 10:45:06 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-10-31 10:45:06 +0100
commitb67f58b2845aaca68939e973d7d250b74b36bf23 (patch)
treea8a7d77ed43366a546b153d347ee14e0a071b6a7 /test/functional/viml/completion_spec.lua
parent60b1e8ad12376c2aa930e50f119a4a1ca636233d (diff)
parent59f5eb0065518fffbab6f2ddab2e135f463ac9fc (diff)
downloadrneovim-b67f58b2845aaca68939e973d7d250b74b36bf23.tar.gz
rneovim-b67f58b2845aaca68939e973d7d250b74b36bf23.tar.bz2
rneovim-b67f58b2845aaca68939e973d7d250b74b36bf23.zip
Merge #7454 'ui: ext_wildmenu'
closes #6168 ref #5686
Diffstat (limited to 'test/functional/viml/completion_spec.lua')
-rw-r--r--test/functional/viml/completion_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/viml/completion_spec.lua b/test/functional/viml/completion_spec.lua
index 0e5278345c..b70ef724b7 100644
--- a/test/functional/viml/completion_spec.lua
+++ b/test/functional/viml/completion_spec.lua
@@ -868,7 +868,7 @@ describe('completion', function()
end)
end)
-describe('ui/externalized/popupmenu', function()
+describe('ui/ext_popupmenu', function()
local screen
local items, selected, anchor
before_each(function()