From 504b622f49c816cb305b0e570eed6e4f1754ebf3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jun 2018 15:12:57 +1200 Subject: Restrict to normal mode --- plugin/strip_trailing_whitespace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/strip_trailing_whitespace.vim b/plugin/strip_trailing_whitespace.vim index 8be44ba..b332034 100644 --- a/plugin/strip_trailing_whitespace.vim +++ b/plugin/strip_trailing_whitespace.vim @@ -90,6 +90,6 @@ function! s:StripTrailingWhitespace() endfunction " Create mapping proxy to the function just defined -noremap +nnoremap \ StripTrailingWhitespace \ :call StripTrailingWhitespace() -- cgit v1.2.3 From b8f04d6430fa144ba0ca1db922cab530f16ec55b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jun 2018 15:14:49 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8f0916f..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0 -- cgit v1.2.3