aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-07 15:22:48 +0800
committerGitHub <noreply@github.com>2022-08-07 15:22:48 +0800
commitfea15adad394619aaea69b627be249f8a20dc2ed (patch)
treeb016aaf3d9c8cd62d701ebe8f0dbaf17f645bc3a /test/functional/ex_cmds
parent0fdf59ac9d30d8874ba6eba22a8bdfb41c1603b7 (diff)
parent48051ed62cde6ab572bcd48768fe43740f3cd48c (diff)
downloadrneovim-fea15adad394619aaea69b627be249f8a20dc2ed.tar.gz
rneovim-fea15adad394619aaea69b627be249f8a20dc2ed.tar.bz2
rneovim-fea15adad394619aaea69b627be249f8a20dc2ed.zip
Merge pull request #19669 from zeertzjq/vim-8.2.1278
vim-patch:8.2.{1278,1280,1281}: error message improvements
Diffstat (limited to 'test/functional/ex_cmds')
-rw-r--r--test/functional/ex_cmds/excmd_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/excmd_spec.lua b/test/functional/ex_cmds/excmd_spec.lua
index 33794eb50d..e243f3c524 100644
--- a/test/functional/ex_cmds/excmd_spec.lua
+++ b/test/functional/ex_cmds/excmd_spec.lua
@@ -16,7 +16,7 @@ describe('Ex cmds', function()
command(':echo expand("#<9999999999999999999999999999999999999999")')
command(':lockvar 9999999999999999999999999999999999999999')
command(':winsize 9999999999999999999999999999999999999999 9999999999999999999999999999999999999999')
- eq('Vim(tabnext):E474: Invalid argument',
+ eq('Vim(tabnext):E475: Invalid argument: 9999999999999999999999999999999999999999',
pcall_err(command, ':tabnext 9999999999999999999999999999999999999999'))
eq('Vim(Next):E939: Positive count required',
pcall_err(command, ':N 9999999999999999999999999999999999999999'))