X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7572a7598ce9aecb010865dbe13a7b27a58c87a2..b28fb7f7dedafd5076e3826c68f08c2e3285afd2:/.vimrc diff --git a/.vimrc b/.vimrc index e971bef..6d58d6a 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 @@ -1466,9 +1469,9 @@ map j gj map gj " this isn't windows, screw the F1->help key -"map -"imap -"vmap +map +imap +vmap " ignore Q -- Ex mode map Q