Fix typo
This commit is contained in:
parent
c0e574387d
commit
eeccb69a2f
@ -758,7 +758,7 @@ function! fireplace#evalparse(expr, ...) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! fireplace#query(expr, ...) abort
|
function! fireplace#query(expr, ...) abort
|
||||||
return firepalce#evalparse(a:expr, a:0 ? a:1 : {})
|
return fireplace#evalparse(a:expr, a:0 ? a:1 : {})
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Section: Quickfix
|
" Section: Quickfix
|
||||||
|
Loading…
Reference in New Issue
Block a user