aboutsummaryrefslogtreecommitdiff
path: root/autoload/quickfix_auto_open.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/quickfix_auto_open.vim')
-rw-r--r--autoload/quickfix_auto_open.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/quickfix_auto_open.vim b/autoload/quickfix_auto_open.vim
index 5dfc582..c578d0c 100644
--- a/autoload/quickfix_auto_open.vim
+++ b/autoload/quickfix_auto_open.vim
@@ -19,7 +19,7 @@ function! quickfix_auto_open#(command) abort
elseif a:command =~# '^l'
lwindow " Command started with 'l', open this window's location list
else
- cwindow " Command didn't start with 'l', open this window's quickfix list
+ cwindow " Command didn't start with 'l', open the quickfix list
endif
endfunction