From 71e44af2081d03f4557aade12f04bfb8badeecf9 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 10 Feb 2015 11:09:04 -0500 Subject: [PATCH] Fix c1mm --- plugin/fireplace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index 1707dbb..6c32caa 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -1050,7 +1050,7 @@ xnoremap FireplaceMacroExpand :call macroexpandop(visu nnoremap FireplaceCountMacroExpand :call macroexpandop(v:count) nnoremap Fireplace1MacroExpand :set opfunc=macroexpand1opg@ xnoremap Fireplace1MacroExpand :call macroexpand1op(visualmode()) -nnoremap Fireplace1MacroExpand :call macroexpand1op(v:count) +nnoremap FireplaceCount1MacroExpand :call macroexpand1op(v:count) nnoremap FireplaceEdit :set opfunc=editopg@ xnoremap FireplaceEdit :call editop(visualmode())