diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-23 03:45:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 09:45:39 +0800 |
| commit | 1887d8d7d0dd619fa90fe11182c436bc3c71c9d5 (patch) | |
| tree | c86571e042d698d3b82d50022b41edc68df8e6fd /src/nvim/testdir/test_quickfix.vim | |
| parent | d70193c3260d2baa264b7a287bff352e32b33cc2 (diff) | |
| download | rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.tar.gz rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.tar.bz2 rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.zip | |
docs: fix typos (#20724)
Co-authored-by: Marco Lehmann <m99@posteo.de>
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 b0e83b7f5f..dcedfe26a2 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -3251,7 +3251,7 @@ func Test_cclose_in_autocmd() " call test_override('starting', 0) endfunc -" Check that ":file" without an argument is possible even when curbuf is locked +" Check that ":file" without an argument is possible even when "curbuf->b_ro_locked" " is set. func Test_file_from_copen() " Works without argument. |