aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-01 19:47:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-01 19:47:20 +1200
commite67299637344e71d9644a8451a613949c8b81195 (patch)
treee43396cce704ea069c0d5fe2410792921bff5dbd
parentAdd missing abort attribute to plugin (diff)
downloaddotfiles-e67299637344e71d9644a8451a613949c8b81195.tar.gz
dotfiles-e67299637344e71d9644a8451a613949c8b81195.zip
Remove trailing space from Vim plugin
-rw-r--r--vim/plugin/scroll_next.vim2
1 files changed, 1 insertions, 1 deletions
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 <silent> <unique>
- \ <Plug>(ScrollNext)
+ \ <Plug>(ScrollNext)
\ :<C-U>call <SID>ScrollNext()<CR>