diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-11-05 09:49:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-05 09:49:52 +0800 |
| commit | 5e86cf6c13aa0a092286b42937e578c1886a3b85 (patch) | |
| tree | 5c8bd2776e3cbac280c359f863ae1d1d59ced0d0 /src/nvim/testdir/test_clientserver.vim | |
| parent | 19a487bc86482392eb50c61375d20e440e6e16b7 (diff) | |
| parent | b002499c1978c98cc4dfc3a3f2326997720d571a (diff) | |
| download | rneovim-5e86cf6c13aa0a092286b42937e578c1886a3b85.tar.gz rneovim-5e86cf6c13aa0a092286b42937e578c1886a3b85.tar.bz2 rneovim-5e86cf6c13aa0a092286b42937e578c1886a3b85.zip | |
Merge pull request #20938 from zeertzjq/vim-8.2.0644
vim-patch:8.2.{0433,0644,0866,0958}: various tests
Diffstat (limited to 'src/nvim/testdir/test_clientserver.vim')
| -rw-r--r-- | src/nvim/testdir/test_clientserver.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_clientserver.vim b/src/nvim/testdir/test_clientserver.vim index 943f79d98f..301dad8341 100644 --- a/src/nvim/testdir/test_clientserver.vim +++ b/src/nvim/testdir/test_clientserver.vim @@ -182,6 +182,7 @@ func Test_client_server() endif endtry + call assert_fails('call remote_startserver([])', 'E730:') call assert_fails("let x = remote_peek([])", 'E730:') call assert_fails("let x = remote_read('vim10')", 'E277:') call assert_fails("call server2client('abc', 'xyz')", 'E258:') |