From e67299637344e71d9644a8451a613949c8b81195 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 1 Aug 2018 19:47:20 +1200 Subject: Remove trailing space from Vim plugin --- vim/plugin/scroll_next.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugin/scroll_next.vim b/vim/plugin/scroll_next.vim index fa33044e..a02a4e4f 100644 --- a/vim/plugin/scroll_next.vim +++ b/vim/plugin/scroll_next.vim @@ -28,5 +28,5 @@ endfunction " Mapping setup nnoremap - \ (ScrollNext) + \ (ScrollNext) \ :call ScrollNext() -- cgit v1.2.3