aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:04:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:04:19 +1200
commit8d6b67d586a9b9f62c181a14b346e706cb264e12 (patch)
tree1d2cc6fe16ea38998e4e3ef9ec6d428be277f36f
parentDon't feature-test for 'ruler' setting on Debian (diff)
downloaddotfiles-8d6b67d586a9b9f62c181a14b346e706cb264e12.tar.gz
dotfiles-8d6b67d586a9b9f62c181a14b346e706cb264e12.zip
Don't feature-test for 'printoptions' on Debian
-rw-r--r--vim/system/debian.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/system/debian.vim b/vim/system/debian.vim
index 0a2c56e1..2328ad4f 100644
--- a/vim/system/debian.vim
+++ b/vim/system/debian.vim
@@ -5,11 +5,9 @@ endif
" Set options back to appropriate defaults
set history&
+set printoptions&
set ruler&
set suffixes&
-if has('printoptions')
- set printoptions&
-endif
" Restore terminal settings to reflect terminfo
set t_Co& t_Sf& t_Sb&