aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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>