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())