We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc2a65 commit e7f28ffCopy full SHA for e7f28ff
PSReadLine/Changes.txt
@@ -17,6 +17,8 @@ Bug fixes:
17
* `MoveCursor` should not call `SetCursorPosition` when there is a pending rendering (#1141) (Thanks @msftrncs)
18
* Fix `y$` to yank to the end of the logical line instead of to the end of the whole buffer (#1168) (Thanks @springcomp)
19
* Make `y0` yank up to the start of the logical line in `VI` mode (#1167) (Thanks @springcomp)
20
+* Fix `NullReferenceException` in `OnBreak` (#1179) (Thanks @lzybkr)
21
+* Set cursor via the public API `SetCursorPosition` in `AcceptLineImpl` for better buffer check (#1182) (Thanks @msftrncs)
22
23
### Version 2.0.0-beta5
24
0 commit comments