aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 11:57:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 11:57:32 +1200
commit2e1caf2a9af5c61a53bac0027131c9ea4b030710 (patch)
treebe23ba3c79ef3df2754c928c2224d394a3568970 /autoload
parentMerge branch 'release/v2.2.0' (diff)
parentBump VERSION (diff)
downloadvim-quickfix-auto-open-master.tar.gz
vim-quickfix-auto-open-master.zip
Merge branch 'release/v2.2.1'HEADv2.2.1master
* release/v2.2.1: Correct function name
Diffstat (limited to 'autoload')
-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 a190c34..4cbf323 100644
--- a/autoload/quickfix_auto_open.vim
+++ b/autoload/quickfix_auto_open.vim
@@ -1,5 +1,5 @@
" Handle a local quickfix command
-function! quickfix_auto_open#Local(command) abort
+function! quickfix_auto_open#Location(command) abort
" The only difficult quickfix command to handle is :lhelpgrep, because it
" uses the location list not for the current window but for a :help window,