From eeccb69a2f3a56e74531179bbf19501c2b6ee83e Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 21 Oct 2014 15:14:38 -0400 Subject: [PATCH] Fix typo --- plugin/fireplace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index 489451a..11139cd 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -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