Add better name for fireplace#evalparse()

This commit is contained in:
Tim Pope 2014-07-04 17:14:10 -04:00
parent a39092ebe3
commit 3e978e4cd4
1 changed files with 4 additions and 0 deletions

View File

@ -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