From: martin f. krafft Date: Tue, 16 Oct 2007 11:10:55 +0000 (+0100) Subject: workaround for #446268 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4b7e76830e74c69f841a5c3362f88597a758eac2 workaround for #446268 --- diff --git a/.vimrc b/.vimrc index e971bef..ca22f75 100644 --- a/.vimrc +++ b/.vimrc @@ -850,7 +850,10 @@ set ci " Preserve kind of whitespace when changing indent " (local to buffer) " set nopi pi -set pi +""" set pi this ABORTS < 1:7.1-135+1 (see #446268) +if has('patch135') + set pi +endif " lisp " enable lisp mode