aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-03-28 13:40:34 -0400
committerGitHub <noreply@github.com>2021-03-28 13:40:34 -0400
commit63c2a7af2da3998167c7b1b06fb461b20b144c78 (patch)
tree77aa1b22e65a65c62fa4a062bb88945e02f5d5ca /test
parent6d4a922e07e857b46d882ea96decce7c7c6e2a30 (diff)
parenta70d904ad0e2037c7fb2ae10a20f840af3544496 (diff)
downloadrneovim-63c2a7af2da3998167c7b1b06fb461b20b144c78.tar.gz
rneovim-63c2a7af2da3998167c7b1b06fb461b20b144c78.tar.bz2
rneovim-63c2a7af2da3998167c7b1b06fb461b20b144c78.zip
Merge pull request #13851 from VVKot/vim-8.1.0105
vim-patch:8.1.{0105,0114,0116,0126,0138,0154,0479,0542,0936}
Diffstat (limited to 'test')
-rw-r--r--test/functional/ex_cmds/excmd_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/ex_cmds/excmd_spec.lua b/test/functional/ex_cmds/excmd_spec.lua
index aac2a9f469..33794eb50d 100644
--- a/test/functional/ex_cmds/excmd_spec.lua
+++ b/test/functional/ex_cmds/excmd_spec.lua
@@ -24,8 +24,6 @@ describe('Ex cmds', function()
pcall_err(command, ':menu 9999999999999999999999999999999999999999'))
eq('Vim(bdelete):E939: Positive count required',
pcall_err(command, ':bdelete 9999999999999999999999999999999999999999'))
- eq('Vim(retab):E487: Argument must be positive',
- pcall_err(command, ':retab 9999999999999999999999999999999999999999'))
assert_alive()
end)
end)