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
andraise
.
- 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.
- Switched from colorscheme-dependent syntax item names to ones from default Python syntax file.
- 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.