aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-20 23:06:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-20 23:06:46 +1300
commita83cd7605f523f2419473b4c49c394bd11dfee74 (patch)
tree6db0f4b5716b69d69e550e5e747a0b246482d0e2
parentMake entire syntax config dependent on load state (diff)
downloaddotfiles-a83cd7605f523f2419473b4c49c394bd11dfee74.tar.gz
dotfiles-a83cd7605f523f2419473b4c49c394bd11dfee74.zip
Remove a baseless assertion I made in a config
Don't claim that syntax files tend to assume 'autoindent' is set, as it doesn't seem to be true.
-rw-r--r--vim/config/whitespace.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/config/whitespace.vim b/vim/config/whitespace.vim
index 981def81..0d985f15 100644
--- a/vim/config/whitespace.vim
+++ b/vim/config/whitespace.vim
@@ -1,5 +1,4 @@
-" Adopt the indent of the last line on new lines; interestingly, plugins that
-" do clever things with indenting will often assume this is set
+" Adopt the indent of the last line on new lines
set autoindent
" Use spaces instead of tabs