From 25ea81c039e98801fb42131823f8cd3a34aadbf7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 Jun 2018 22:25:37 +1200 Subject: Remove unneeded attribute --- 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 9edcaf4..c2a5161 100644 --- a/plugin/strip_trailing_whitespace.vim +++ b/plugin/strip_trailing_whitespace.vim @@ -87,6 +87,6 @@ function! s:StripTrailingWhitespace() endfunction " Create mapping proxy to the function just defined -noremap +noremap \ StripTrailingWhitespace \ :call StripTrailingWhitespace() -- cgit v1.2.3 From bf3bb475cf1dde48cce523f3e57e54111801969b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 Jun 2018 22:25:48 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9e11b32..d15723f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2 -- cgit v1.2.3