diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-11-04 20:41:53 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-11-04 20:54:50 +0800 |
| commit | 2aafaa59928e17fd7858a89d203e2b2a07707601 (patch) | |
| tree | 30ee4255289a1c3be9a7a80ab06242ec91908406 /src/nvim/testdir/test_cpoptions.vim | |
| parent | 26a9f786c41bc8fa383e3ffe55a1fe77b50fb320 (diff) | |
| download | rneovim-2aafaa59928e17fd7858a89d203e2b2a07707601.tar.gz rneovim-2aafaa59928e17fd7858a89d203e2b2a07707601.tar.bz2 rneovim-2aafaa59928e17fd7858a89d203e2b2a07707601.zip | |
vim-patch:8.2.2901: some operators not fully tested
Problem: Some operators not fully tested.
Solution: Add a few test cases. (Yegappan Lakshmanan, closes vim/vim#8282)
https://github.com/vim/vim/commit/3e72dcad8b752a42b6eaf71213e3f5d534175256
Diffstat (limited to 'src/nvim/testdir/test_cpoptions.vim')
| -rw-r--r-- | src/nvim/testdir/test_cpoptions.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_cpoptions.vim b/src/nvim/testdir/test_cpoptions.vim index cc281ef521..76d2c9542d 100644 --- a/src/nvim/testdir/test_cpoptions.vim +++ b/src/nvim/testdir/test_cpoptions.vim @@ -167,6 +167,7 @@ func Test_cpo_E() call assert_beeps('normal "ayl') " change an empty line call assert_beeps('normal lcTa') + call assert_beeps('normal 0c0') " delete an empty line call assert_beeps('normal D') call assert_beeps('normal dl') |