aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-07-09 10:15:18 +0200
committerGitHub <noreply@github.com>2021-07-09 10:15:18 +0200
commit1c416892879de6b78038f2cc2f1487eff46abb60 (patch)
tree3895521bc907b7a0617940c21272ac7ee9f052da /src/nvim/testdir
parent27118c6eb3351b0df96e2514e8f3806108e50cf7 (diff)
parent9c93e6461c8c6ec2e8d3e73f506389ac7086d531 (diff)
downloadrneovim-1c416892879de6b78038f2cc2f1487eff46abb60.tar.gz
rneovim-1c416892879de6b78038f2cc2f1487eff46abb60.tar.bz2
rneovim-1c416892879de6b78038f2cc2f1487eff46abb60.zip
Merge pull request #12971 from vigoux/decurbuf
Decrease reliance on curbuf in BUFEMPTY and `undo.c`
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test_quickfix.vim2
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.