Skip to content

Releases: nosami/XSVim

0.30.0

13 Jun 23:55
Compare
Choose a tag to compare
Adds goto visual command. Fixes #98

0.29.0

11 Jun 11:14
Compare
Choose a tag to compare
Add , to repeat find character backwards. Fixes #93

0.28.3

11 Jun 09:59
Compare
Choose a tag to compare
Yank line at EOF fix

0.28.2

11 Jun 09:59
Compare
Choose a tag to compare
Fix visual line put when yanking at EOF. Fixes #83

0.28.1

11 Jun 05:16
Compare
Choose a tag to compare

Word end fixes. re #99

0.28.0

10 Jun 10:48
Compare
Choose a tag to compare
  • Fix for incorrect handling of whitespace with aw
    Current implementation doesn't handle whitespace surrounding a word correctly.

  • Also, a fix for a subtle bug in findWordBackwards: current implementation would stop
    working when traversing back more than one whitespace.

  • Add S implementations

Thanks to @shirshov!

0.27.2

08 Jun 05:52
Compare
Choose a tag to compare
Disable cmd-z. Fixes #92

0.27.1

07 Jun 22:52
Compare
Choose a tag to compare
Possible undo fix. Re #92

0.27.0

07 Jun 10:01
Compare
Choose a tag to compare

Initial marks support

0.26.3

06 Jun 19:04
Compare
Choose a tag to compare
R should be repeatable. Fixes #89