aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-02 19:35:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-02 19:35:30 +1300
commit7a989d21f2c31e212914f1069c3ce90b18a0e537 (patch)
tree49414f5203c19f7ba16e5e467e4f7c979755b801
parentRemove unneeded exclamations for :command (diff)
downloaddotfiles-7a989d21f2c31e212914f1069c3ce90b18a0e537.tar.gz
dotfiles-7a989d21f2c31e212914f1069c3ce90b18a0e537.zip
Wrap a long comment line
-rw-r--r--vim/after/ftplugin/c.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim
index ea220e65..d67e3654 100644
--- a/vim/after/ftplugin/c.vim
+++ b/vim/after/ftplugin/c.vim
@@ -1,4 +1,5 @@
-" Set 'commentstring', 'define', and 'include' back to their default C-friendly values
+" Set 'commentstring', 'define', and 'include' back to their default
+" C-friendly values
setlocal commentstring&vim define&vim include&vim
let b:undo_ftplugin .= '|setlocal commentstring< define< include<'