aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/copy_linebreak.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/copy_linebreak.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/copy_linebreak.vim')
-rw-r--r--vim/plugin/copy_linebreak.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/plugin/copy_linebreak.vim b/vim/plugin/copy_linebreak.vim
index faeb1617..40f03393 100644
--- a/vim/plugin/copy_linebreak.vim
+++ b/vim/plugin/copy_linebreak.vim
@@ -1,7 +1,7 @@
"
-" Bind a user-defined key sequence to turn off linebreak and toggle the
-" showbreak characters and breakindent mode on and off, for convenience of
-" copying multiple lines from terminal emulators.
+" copy_linebreak.vim: Bind a user-defined key sequence to turn off linebreak
+" and toggle the showbreak characters and breakindent mode on and off, for
+" convenience of copying multiple lines from terminal emulators.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself