X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7572a7598ce9aecb010865dbe13a7b27a58c87a2..32f91a5919d5dd14ba092e25aa2b4df116e4119c:/.vimrc diff --git a/.vimrc b/.vimrc index e971bef..61342a8 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,13 +1469,16 @@ 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 +let mapleader = ';' +let maplocalleader = ';' + imap -- – imap --- — imap ... …