mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functests: Fix ui/cmdline test
This commit is contained in:
parent
764cf3251d
commit
53fa435a1f
@ -226,7 +226,11 @@ describe('external cmdline', function()
|
||||
prompt = "",
|
||||
special = {'"', true},
|
||||
},{
|
||||
content = { { {}, "1+2" } },
|
||||
content = {
|
||||
{ {}, "1" },
|
||||
{ {}, "+" },
|
||||
{ {}, "2" },
|
||||
},
|
||||
firstc = "=",
|
||||
indent = 0,
|
||||
pos = 3,
|
||||
|
Loading…
Reference in New Issue
Block a user