Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 2.08 KB

HISTORY.markdown

File metadata and controls

96 lines (55 loc) · 2.08 KB

selfdot.vim history

This file only covers changes important for the end-user. Visit GitHub for full history.

  • Fixed version number in vim file.
  • Fixed bug regarding except and raise.
  • Added support for print statement. (But you really shouldn't debug with it.)
  • Finished transition to colorscheme-independent syntax item names.

  • Fixed bug regarding raw strings.

  • Fixed bug: dot was not expanded after keywords.
  • Disabled plugin in strings and comments.

  • Added support for line continuation.

  • Added ^ prefix (XOR operator).

  • Made tab prefix actually work.
  • Made sure function is defined only once.
  • Removed single and double quote prefixes.
  • Initial release.