Releases: rcarriga/vim-ultest
Releases · rcarriga/vim-ultest
v1.11.1
1.11.1 (2021-02-23)
Bug Fixes
- attach: replace readline in script (42132fb)
v1.11.0
1.11.0 (2021-02-21)
Bug Fixes
- prevent script running on import (d5022c6)
Features
- allow debugpy use for plugin code (49a58e5)
v1.10.3
1.10.3 (2021-02-19)
Bug Fixes
- attach: gracefully handle exit (66b5e93)
v1.10.2
1.10.2 (2021-02-18)
Bug Fixes
- improve window placement (61016b6)
- rename module to avoid conflict (28ef13b)
v1.10.1
1.10.1 (2021-02-15)
Performance Improvements
- improve logging setup to avoid multiple runs (cf1f552)
v1.9.0
1.9.0 (2021-02-13)
Features
Performance Improvements
- avoid constant settings check (42f3599)
v1.8.2
1.8.2 (2021-02-13)
Bug Fixes
- remove clean function, handled by temp dir (f854bf4)
- use nvim function to set lines (fac8177)
- use os.sep, not os.path.pathsep (eca03c5)
v1.8.1
1.8.1 (2021-02-13)
Bug Fixes
v1.8.0
1.8.0 (2021-02-12)
Features
- attach to running processes (699667d)
- separate and store processes stdid/stdout (dd5598a)