aboutsummaryrefslogtreecommitdiff
path: root/autoload/replace_operator.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/replace_operator.vim')
-rw-r--r--autoload/replace_operator.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/replace_operator.vim b/autoload/replace_operator.vim
index 17498d7..96e7c90 100644
--- a/autoload/replace_operator.vim
+++ b/autoload/replace_operator.vim
@@ -44,7 +44,7 @@ function! replace_operator#Operatorfunc(type) abort
endfunction
" Helper function for normal mode map
-function! replace_operator#Map(register) abort
+function! replace_operator#(register) abort
let s:register = a:register
set operatorfunc=replace_operator#Operatorfunc
return 'g@'