diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-10-02 22:43:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-02 22:43:59 -0700 |
| commit | 30479417e808eac338025dbbfbd3724e158fb344 (patch) | |
| tree | a8f0e660fc18436506f323d0e2be0eb3236485b6 /test/functional/ui/popupmenu_spec.lua | |
| parent | b069e9b20f9e1f24fde34bee7d6e5d95f47ef10d (diff) | |
| parent | 4518f230fa84e66737f6fc313fb669984974a1fd (diff) | |
| download | rneovim-30479417e808eac338025dbbfbd3724e158fb344.tar.gz rneovim-30479417e808eac338025dbbfbd3724e158fb344.tar.bz2 rneovim-30479417e808eac338025dbbfbd3724e158fb344.zip | |
Merge #11087 from janlazo/vim-8.1.0010
vim-patch:8.1.{10,230,315,330,514,517,518,1327,1347,1758,2072,2074,2091,2095,2103}
Diffstat (limited to 'test/functional/ui/popupmenu_spec.lua')
| -rw-r--r-- | test/functional/ui/popupmenu_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/ui/popupmenu_spec.lua b/test/functional/ui/popupmenu_spec.lua index 37eb550835..fabcc05ce6 100644 --- a/test/functional/ui/popupmenu_spec.lua +++ b/test/functional/ui/popupmenu_spec.lua @@ -1491,20 +1491,20 @@ describe('builtin popupmenu', function() command("split") screen:expect([[ + xx | choice^ | - {1:~ }| {n:word }{1: }| {s:choice }{4: }| {n:text } | - {n:thing }{1: }| + {n:thing } | {3:[No Name] [+] }| {2:-- INSERT --} | ]]) meths.input_mouse('wheel', 'down', '', 0, 6, 15) screen:expect{grid=[[ + xx | choice^ | - {1:~ }| {n:word }{1: }| {s:choice }{4: }| {n:text } | |
