aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>