aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-24 10:52:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-24 10:52:31 +1200
commit54933e0f87f84af7977783e2f1bb53e54717a50a (patch)
tree232f864e10a4764f01155c437328ab6beb5769a8
parentNew fugitive commits (diff)
downloaddotfiles-54933e0f87f84af7977783e2f1bb53e54717a50a.tar.gz
dotfiles-54933e0f87f84af7977783e2f1bb53e54717a50a.zip
Shorthand for filetype specs
-rw-r--r--vim/vimrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index adaf359e..249f9e46 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,9 +7,7 @@ silent! call pathogen#helptags()
" Filetypes
if has("autocmd")
- filetype on
- filetype indent on
- filetype plugin on
+ filetype indent plugin on
" Shortcuts
nnoremap _ap :set filetype=apache<CR>