aboutsummaryrefslogtreecommitdiff
path: root/autoload/regex_escape.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-01 21:32:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-01 21:32:26 +1200
commit9473dfab9dc8a4b049c940a9575d1cb1f3ee6ea1 (patch)
tree110c529e486cfe02b63dbb267d4060dc92de08ce /autoload/regex_escape.vim
parentMerge branch 'release/v1.0.0' (diff)
parentBump VERSION (diff)
downloadvim-regex-escape-9473dfab9dc8a4b049c940a9575d1cb1f3ee6ea1.tar.gz
vim-regex-escape-9473dfab9dc8a4b049c940a9575d1cb1f3ee6ea1.zip
Merge branch 'release/v1.1.0'HEADv1.1.0master
* release/v1.1.0: Abbreviate load guard Shorten interface function name
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