diff options
| author | Julian Berman <Julian@GrayVines.com> | 2019-08-18 19:28:13 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-18 19:28:13 +0200 |
| commit | 2963533fe1124139a5a8992ddf8d5b197b21cd51 (patch) | |
| tree | 67d7aaf1fd3a453f5b488283b6c08bc776df68b0 /src/nvim/testdir | |
| parent | ce9367c254d0612bee41212c8a58c05d6bb07e48 (diff) | |
| download | rneovim-2963533fe1124139a5a8992ddf8d5b197b21cd51.tar.gz rneovim-2963533fe1124139a5a8992ddf8d5b197b21cd51.tar.bz2 rneovim-2963533fe1124139a5a8992ddf8d5b197b21cd51.zip | |
Unreserve :X #10807
closes #10806
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_usercommands.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_usercommands.vim b/src/nvim/testdir/test_usercommands.vim index b23a4aa62f..2c7cb7bab7 100644 --- a/src/nvim/testdir/test_usercommands.vim +++ b/src/nvim/testdir/test_usercommands.vim @@ -201,7 +201,6 @@ func Test_CmdErrors() call assert_fails('com! docmd :', 'E183:') call assert_fails('com! \<Tab> :', 'E182:') call assert_fails('com! _ :', 'E182:') - call assert_fails('com! X :', 'E841:') call assert_fails('com! - DoCmd :', 'E175:') call assert_fails('com! -xxx DoCmd :', 'E181:') call assert_fails('com! -addr DoCmd :', 'E179:') |