aboutsummaryrefslogtreecommitdiff
path: root/plugin/quickfix_auto_open.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/quickfix_auto_open.vim')
-rw-r--r--plugin/quickfix_auto_open.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/quickfix_auto_open.vim b/plugin/quickfix_auto_open.vim
index 65006fa..6a6b334 100644
--- a/plugin/quickfix_auto_open.vim
+++ b/plugin/quickfix_auto_open.vim
@@ -18,5 +18,5 @@ augroup quickfix_auto_open
autocmd QuickFixCmdPost [^l]*
\ cwindow
autocmd QuickFixCmdPost l*
- \ call quickfix_auto_open#(expand('<amatch>'))
+ \ call quickfix_auto_open#Location(expand('<amatch>'))
augroup END