aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-18 00:10:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-18 00:10:11 +1200
commitf4dbf1bc3daed4717534d3c409a07d9d03b51e03 (patch)
tree3b6773bb488ac4a70d4de7cb7d46b437b03e4cde /vim/plugin
parentMove 'wildignore' setting back into .vimrc (diff)
downloaddotfiles-f4dbf1bc3daed4717534d3c409a07d9d03b51e03.tar.gz
dotfiles-f4dbf1bc3daed4717534d3c409a07d9d03b51e03.zip
Adjust formatting of a leading comment
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/dist.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/plugin/dist.vim b/vim/plugin/dist.vim
index 7c745e4f..3a84abaa 100644
--- a/vim/plugin/dist.vim
+++ b/vim/plugin/dist.vim
@@ -1,4 +1,5 @@
-" Skip loading some plugins:
+" Skip loading some plugins
+
" I manage plugins myself with Git and a Makefile
let loaded_getscriptPlugin = 1
let loaded_vimballPlugin = 1