This commit is contained in:
Tim Pope 2014-10-21 15:14:38 -04:00
parent c0e574387d
commit eeccb69a2f
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ function! fireplace#evalparse(expr, ...) abort
endfunction
function! fireplace#query(expr, ...) abort
return firepalce#evalparse(a:expr, a:0 ? a:1 : {})
return fireplace#evalparse(a:expr, a:0 ? a:1 : {})
endfunction
" Section: Quickfix