aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/fixed_join.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-06 19:51:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-06 19:51:21 +1300
commitb773d3324f108c292e00fc51cc07df90d10b7007 (patch)
tree93ba1042d490e8690f6321b70454d5fe5c609706 /vim/plugin/fixed_join.vim
parentMerge branch 'feature/vim-togglef...' into develop (diff)
downloaddotfiles-b773d3324f108c292e00fc51cc07df90d10b7007.tar.gz
dotfiles-b773d3324f108c292e00fc51cc07df90d10b7007.zip
Use consistent comment layout for Vim plugins
Diffstat (limited to 'vim/plugin/fixed_join.vim')
-rw-r--r--vim/plugin/fixed_join.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/plugin/fixed_join.vim b/vim/plugin/fixed_join.vim
index 18f563f3..4c7c7ed4 100644
--- a/vim/plugin/fixed_join.vim
+++ b/vim/plugin/fixed_join.vim
@@ -1,6 +1,6 @@
"
-" User-defined key mapping to keep cursor in place when joining lines in
-" normal mode
+" fixed_join.vim: User-defined key mapping to keep cursor in place when
+" joining lines in normal mode.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself