diff options
author | Teddy Wing | 2014-05-23 20:18:39 -0400 |
---|---|---|
committer | Teddy Wing | 2014-05-23 20:18:39 -0400 |
commit | 472c9d93701f9993e6451c3c29d26266581fb275 (patch) | |
tree | d9db85df3fa9ae0e9d92f96a0642e98366e368dd /vimrc | |
parent | 8317474a55b055832a877c1c142a30cdf51b8314 (diff) | |
download | dotvim-472c9d93701f9993e6451c3c29d26266581fb275.tar.bz2 |
vimrc: move gitcommit settings to ftplugin
Move gitcommit indentation settings from vimrc to an ftplugin file.
Keeps things more organised and makes for a cleaner vimrc.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -147,6 +147,7 @@ " http://vim.wikia.com/wiki/Default_filetype#Setting_a_default_filetype " and http://marc.info/?l=vim&m=100254210012793&w=2. Instead the " variable needed to be set directly. +" * Move gitcommit indentation settings from vimrc to ftplugin/gitcommit " @@ -482,15 +483,6 @@ command! CopyModeToggle call CopyModeToggle() " endif -" Indentation rules by file type -augroup filetype_indentation - autocmd! - - " git commit messages - autocmd FileType gitcommit setlocal expandtab tabstop=2 softtabstop=2 shiftwidth=2 -augroup END - - " Project Settings " ================ |