aboutsummaryrefslogtreecommitdiff
path: root/vim/system/debian.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/system/debian.vim')
-rw-r--r--vim/system/debian.vim21
1 files changed, 21 insertions, 0 deletions
diff --git a/vim/system/debian.vim b/vim/system/debian.vim
new file mode 100644
index 00000000..125a9240
--- /dev/null
+++ b/vim/system/debian.vim
@@ -0,0 +1,21 @@
+" Revert settings that Debian might have touched
+if $VIM !=# '/usr/share/vim' || !filereadable('/etc/debian_version')
+ finish
+endif
+
+" Set options back to appropriate defaults
+set history&
+set suffixes&
+if has('cmdline_info')
+ set ruler&
+endif
+if has('printoptions')
+ set printoptions&
+endif
+
+" Restore terminal settings to reflect terminfo
+set t_Co& t_Sf& t_Sb&
+
+" Remove addons directories from 'runtimepath' if present
+silent! set runtimepath-=/var/lib/vim/addons
+silent! set runtimepath-=/var/lib/vim/addons/after