aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/options_spec.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-02-10 14:55:12 +0100
committerGitHub <noreply@github.com>2019-02-10 14:55:12 +0100
commitb3ce0019a78ee85d44513344ce52d9da43077231 (patch)
tree476f20c32019ad9d4f4059031f405f90266c08c2 /test/functional/ui/options_spec.lua
parent3ff1228f785705a46a0bd24fb5dc2bf76b6dad68 (diff)
parent51fc54325c55eb3cefafec627d73cc19c220d7ed (diff)
downloadrneovim-b3ce0019a78ee85d44513344ce52d9da43077231.tar.gz
rneovim-b3ce0019a78ee85d44513344ce52d9da43077231.tar.bz2
rneovim-b3ce0019a78ee85d44513344ce52d9da43077231.zip
Merge pull request #7466 from bfredl/ext_messages
ui: implement ext_messages to externalize all messages in msg area
Diffstat (limited to 'test/functional/ui/options_spec.lua')
-rw-r--r--test/functional/ui/options_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/options_spec.lua b/test/functional/ui/options_spec.lua
index 966669fa95..ed630259be 100644
--- a/test/functional/ui/options_spec.lua
+++ b/test/functional/ui/options_spec.lua
@@ -28,6 +28,7 @@ describe('ui receives option updates', function()
ext_linegrid=false,
ext_hlstate=false,
ext_multigrid=false,
+ ext_messages=false,
ext_termcolors=false,
}