From da74049d85c55b5eb31432382c9172cb33ff9a40 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Jun 2019 21:30:13 +1200 Subject: Shorten interface function name --- autoload/regex_escape.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/regex_escape.vim') 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 -- cgit v1.2.3