Skip to content

Releases: rcarriga/vim-ultest

v1.11.1

23 Feb 09:21
Compare
Choose a tag to compare

1.11.1 (2021-02-23)

Bug Fixes

  • attach: replace readline in script (42132fb)

v1.11.0

21 Feb 12:35
Compare
Choose a tag to compare

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

19 Feb 09:02
Compare
Choose a tag to compare

1.10.3 (2021-02-19)

Bug Fixes

  • attach: gracefully handle exit (66b5e93)

v1.10.2

18 Feb 09:13
Compare
Choose a tag to compare

1.10.2 (2021-02-18)

Bug Fixes

  • improve window placement (61016b6)
  • rename module to avoid conflict (28ef13b)

v1.10.1

15 Feb 22:13
Compare
Choose a tag to compare

1.10.1 (2021-02-15)

Performance Improvements

  • improve logging setup to avoid multiple runs (cf1f552)

v1.10.0

15 Feb 09:07
Compare
Choose a tag to compare

1.10.0 (2021-02-15)

Features

v1.9.0

13 Feb 17:24
Compare
Choose a tag to compare

1.9.0 (2021-02-13)

Features

Performance Improvements

  • avoid constant settings check (42f3599)

v1.8.2

13 Feb 08:40
Compare
Choose a tag to compare

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

13 Feb 00:11
Compare
Choose a tag to compare

1.8.1 (2021-02-13)

Bug Fixes

v1.8.0

12 Feb 22:32
Compare
Choose a tag to compare

1.8.0 (2021-02-12)

Features

  • attach to running processes (699667d)
  • separate and store processes stdid/stdout (dd5598a)