aboutsummaryrefslogtreecommitdiff
path: root/autoload/colon_operator.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/colon_operator.vim')
-rw-r--r--autoload/colon_operator.vim2
1 files changed, 1 insertions, 1 deletions
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,