From 22608b0bca1112e2ad2edb3317e09bfa8732ac36 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Jul 2018 15:52:24 +1200 Subject: Remove redundant colon --- autoload/colon_operator.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/colon_operator.vim b/autoload/colon_operator.vim index 5773fa6..1469e95 100644 --- a/autoload/colon_operator.vim +++ b/autoload/colon_operator.vim @@ -4,7 +4,7 @@ function! colon_operator#Operatorfunc(type) abort if !exists('s:command') let s:command = input('g:', '', 'command') endif - execute ':''[,'']'.s:command + execute '''[,'']'.s:command endfunction " Clear command so that we get prompted to input it, set operator function, -- cgit v1.2.3