aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 22:34:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 22:34:49 +1200
commiteb9e921d3d7a4f6b91651bbfc3fedb72a6d91f1d (patch)
tree8d7beee0b2f32b56b6897bb9704bed3ab4d5b73d
parentFinishing touches to paste_insert.vim (diff)
downloaddotfiles-eb9e921d3d7a4f6b91651bbfc3fedb72a6d91f1d.tar.gz
dotfiles-eb9e921d3d7a4f6b91651bbfc3fedb72a6d91f1d.zip
Add a word to a comment
-rw-r--r--vim/after/indent/c.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/indent/c.vim b/vim/after/indent/c.vim
index 87291541..dfc50242 100644
--- a/vim/after/indent/c.vim
+++ b/vim/after/indent/c.vim
@@ -1,4 +1,4 @@
-" Use tabs for C
+" Use hard tabs for C
setlocal noexpandtab shiftwidth=0 tabstop=8
if &softtabstop != -1
let &softtabstop = &shiftwidth