- bugfix with old pip version creating virtualenvs
- bugfix with python3 not having execfile when installing virtualenvs
- add
set_filetype
for easily associating extensions to file types
delete_word
shouldn't preserve cursor, and it should return word
- bugfix in escaping strings containing single quotes
- support for
search
only searching current line - bugfix where snake and plugins were not being reloaded on resourcing vimrc
- python3 support
- make visual selection callback argument optional
- bugfix where mode preserving context can yield annoying errors
- bugfix in restore order of state preservation contexts
preserve_mode
actually does something now- added
debug(msg, persistent=False)
helper for scripts - bugfix where a fn decorated with
key_map
wasn't propagating additional options.
- Fixed
vim.buffers
indexing inconsistency between vim versions - Added polyfill for missing pyeval in older vim versions