From d5b2fa650926b2d810c2f8204c5c3330789b75ce Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 May 2019 13:34:05 +1200 Subject: Adjust quoting for legibility --- 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 1469e95..e5918d1 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