From 491537fe310f8d72c13df08f35c8aaa2595491dc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jun 2018 15:10:11 +1200 Subject: Add attribute --- plugin/strip_trailing_whitespace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/strip_trailing_whitespace.vim b/plugin/strip_trailing_whitespace.vim index 72a43a8..8be44ba 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 +noremap \ StripTrailingWhitespace \ :call StripTrailingWhitespace() -- cgit v1.2.3