diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-02-21 08:02:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 08:02:45 +0800 |
| commit | 726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7 (patch) | |
| tree | 3e5715551c6e61d75ae8efe1a91cac17e4e089c8 /src/nvim/testdir/test_quickfix.vim | |
| parent | aeb390e28f6346009c5a67a9ea79161bc1e62dda (diff) | |
| parent | dcefd48c1b7023bb1dce25bf9f6cfce47edbe993 (diff) | |
| download | rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.tar.gz rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.tar.bz2 rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.zip | |
Merge pull request #17403 from zeertzjq/vim-8.1.1955
vim-patch:8.1.{1846,1955},8.2.0156
Diffstat (limited to 'src/nvim/testdir/test_quickfix.vim')
| -rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index c4d70fb1de..6852f53ea8 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -2739,7 +2739,7 @@ func Test_cwindow_jump() call assert_true(winnr('$') == 2) call assert_true(winnr() == 1) - " Jumping to a file from the location list window should find a usuable + " Jumping to a file from the location list window should find a usable " window by wrapping around the window list. enew | only call setloclist(0, [], 'f') |