aboutsummaryrefslogtreecommitdiff
path: root/vim/system/centos.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:04:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:06:54 +1200
commit52ea4b6d3cdb0e79649fae5280e72c067f173c61 (patch)
tree4d5dc1545b6929de8b68065e6baea29bcce64d4d /vim/system/centos.vim
parentDon't feature-test for 'printoptions' on Debian (diff)
downloaddotfiles-52ea4b6d3cdb0e79649fae5280e72c067f173c61.tar.gz
dotfiles-52ea4b6d3cdb0e79649fae5280e72c067f173c61.zip
Break a long condition
Diffstat (limited to 'vim/system/centos.vim')
-rw-r--r--vim/system/centos.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/system/centos.vim b/vim/system/centos.vim
index d5ea1036..3c1dbc48 100644
--- a/vim/system/centos.vim
+++ b/vim/system/centos.vim
@@ -1,5 +1,6 @@
" Revert settings that CentOS might have touched
-if $VIM !=# '/usr/share/vim' || !filereadable('/etc/centos-release')
+if $VIM !=# '/usr/share/vim'
+ \ || !filereadable('/etc/centos-release')
finish
endif