From 18f4f34fc9927484312c7be0e1efddbb9c9ab42d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 13 May 2009 15:21:30 +0200 Subject: [PATCH] zsh/rc: Don't use vim -p. I use buffers now. --- zsh/rc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/rc b/zsh/rc index e17deed..ab18110 100644 --- a/zsh/rc +++ b/zsh/rc @@ -387,11 +387,6 @@ function ll() { la -l $* } -# Multiple files given to Vim are opened in tabs, supported since Vim 7. -if [[ ${${${(f)"$(vim --version)"}[1]#VIM - Vi IMproved }%% *} == 7* ]]; then - alias vim='vim -p' -fi - # I sometimes confuse editor and shell, print a warning to prevent I exit the # shell. alias :q='echo "This is not Vim!" >&2' -- 2.44.1