Add better name for fireplace#evalparse()
This commit is contained in:
parent
a39092ebe3
commit
3e978e4cd4
@ -755,6 +755,10 @@ function! fireplace#evalparse(expr, ...) abort
|
||||
throw err
|
||||
endfunction
|
||||
|
||||
function! fireplace#query(expr, ...) abort
|
||||
return firepalce#evalparse(a:expr, a:0 ? a:1 : {})
|
||||
endfunction
|
||||
|
||||
" Section: Quickfix
|
||||
|
||||
function! s:qfmassage(line, path) abort
|
||||
|
Loading…
Reference in New Issue
Block a user