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 From e255d161d939bc3b962354bddd8a3361fea1338a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Jul 2018 15:52:41 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0ea3a94..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 -- cgit v1.2.3