diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-08 07:51:41 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-08 23:08:27 +0200 |
| commit | b35fefc57ff408246a4652c92d6ef0dbf36d529c (patch) | |
| tree | 31c12c828c8828395d9f4e3bd530a54db69c9ba6 /src/nvim/testdir | |
| parent | f8ed13c0dc5f144501e90cbf38fc3f24dd306a9e (diff) | |
| download | rneovim-b35fefc57ff408246a4652c92d6ef0dbf36d529c.tar.gz rneovim-b35fefc57ff408246a4652c92d6ef0dbf36d529c.tar.bz2 rneovim-b35fefc57ff408246a4652c92d6ef0dbf36d529c.zip | |
refactor: remove all mentions to `curbuf_lock`
Diffstat (limited to 'src/nvim/testdir')
| -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 6bd64caa6c..c0b9dd7696 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -2965,7 +2965,7 @@ func Test_cclose_in_autocmd() " call test_override('starting', 0) endfunc -" Check that ":file" without an argument is possible even when "curbuf_lock" +" Check that ":file" without an argument is possible even when curbuf is locked " is set. func Test_file_from_copen() " Works without argument. |