aboutsummaryrefslogtreecommitdiff
path: root/vim/filetype.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-30 14:28:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-30 14:28:42 +1300
commit3c5b1c0ea6406a2b6b67bf0c78936c430cf9fd19 (patch)
tree42afe0c87503fde5ac19afa286082f87b3a86e59 /vim/filetype.vim
parentMerge branch 'release/v2.3.0' into develop (diff)
downloaddotfiles-3c5b1c0ea6406a2b6b67bf0c78936c430cf9fd19.tar.gz
dotfiles-3c5b1c0ea6406a2b6b67bf0c78936c430cf9fd19.zip
Suppress ~/.vim usage during vimrc version check
Diffstat (limited to 'vim/filetype.vim')
-rw-r--r--vim/filetype.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim
index cc0de4e4..2e20b744 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -1,5 +1,5 @@
-" Override system filetype.vim if sufficiently new
-if exists('g:did_load_filetypes') || v:version < 700
+" Override system filetype.vim
+if exists('g:did_load_filetypes')
finish
endif
let g:did_load_filetypes = 1