Raimondi

Untitled

Feb 8th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.34 KB | None | 0 0
  1. " Run  vim -N -u NONE
  2. imap “ z             <-- does not expand
  3. imap ” y             <-- does not expand
  4. imap a“ x            <-- expands
  5. imap a” w            <-- expands
  6. imap “a v            <-- does not expand
  7. imap ”a u            <-- does not expand
  8. imap <Char-0x201E> t <-- does not expand
  9. imap <Char-0x201D> u <-- does not expand
Advertisement
Add Comment
Please, Sign In to add comment