aboutsummaryrefslogtreecommitdiff
path: root/autoload/regex_escape.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/regex_escape.vim')
-rw-r--r--autoload/regex_escape.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/regex_escape.vim b/autoload/regex_escape.vim
index b57392a..3884374 100644
--- a/autoload/regex_escape.vim
+++ b/autoload/regex_escape.vim
@@ -62,7 +62,7 @@ endfunction
" Expression mapping target function; set the 'operatorfunc' and return the
" key sequence to active it
-function! regex_escape#Map() abort
+function! regex_escape#() abort
set operatorfunc=regex_escape#Operatorfunc
return 'g@'
endfunction