aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-13 00:11:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-13 00:11:59 +1200
commit7dc758a21c44509d37c7a70b7ceb895c102dcbf5 (patch)
treef6e0733de9d726dff0a4fcdb8d10147ac1d18c44 /plugin
parentFirst version (diff)
downloadvim-vimrc-reload-filetype-7dc758a21c44509d37c7a70b7ceb895c102dcbf5.tar.gz
vim-vimrc-reload-filetype-7dc758a21c44509d37c7a70b7ceb895c102dcbf5.zip
Switch to two-spacing
Diffstat (limited to 'plugin')
-rw-r--r--plugin/vimrc_reload_filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vimrc_reload_filetype.vim b/plugin/vimrc_reload_filetype.vim
index c2587f9..77675fd 100644
--- a/plugin/vimrc_reload_filetype.vim
+++ b/plugin/vimrc_reload_filetype.vim
@@ -1,7 +1,7 @@
"
" vimrc_reload_filetype.vim: Add hook to reload active buffer's filetype when
" vimrc reloaded, so that we don't end up indenting four spaces in an open
-" VimL file, etc. Requires Vim 7.1 or 7.0 with patch 187 for SourceCmd.
+" VimL file, etc. Requires Vim 7.1 or 7.0 with patch 187 for SourceCmd.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself