Skip to content

Releases: caleb-allen/VimBindings.jl

v0.3.14

18 Jul 14:18
0ce3d7d
Compare
Choose a tag to compare

VimBindings v0.3.14

Diff since v0.3.13

Merged pull requests:

Closed issues:

  • Intermittent error while reading clipboard on Linux (#88)
  • enter_prefix_search no longer exists on 1.11 (#101)

v0.3.13

03 Apr 17:39
Compare
Choose a tag to compare

VimBindings v0.3.13

Diff since v0.3.12

Merged pull requests:

Closed issues:

  • x on last char of line should move to left (#92)
  • latex characters cause certain actions to break on the last two characters (#95)

v0.3.12

19 Sep 17:19
Compare
Choose a tag to compare

VimBindings v0.3.12

Diff since v0.3.11

Merged pull requests:

Closed issues:

  • Makie doesn't play with VimBindings (#89)

v0.3.11

08 Aug 12:39
Compare
Choose a tag to compare

VimBindings v0.3.11

Diff since v0.3.10

v0.3.10

07 Aug 15:39
ac10597
Compare
Choose a tag to compare

VimBindings v0.3.10

Diff since v0.3.9

Closed issues:

  • Odd behavior when using e on certain sequences of symbols containing |. (#66)
  • caW is broken (sometimes?) (#80)
  • REPL hangs when trying to delete last line (#84)

Merged pull requests:

  • CompatHelper: bump compat for Match to 2, (keep existing compat) (#83) (@github-actions[bot])
  • Improve linewise operations (#85) (@caleb-allen)
  • Correct method call for identifying a WORD (#86) (@caleb-allen)

v0.3.9

02 Aug 19:49
6540840
Compare
Choose a tag to compare

VimBindings v0.3.9

  • fix error in precompilation on Julia 1.10 beta

Diff since v0.3.8

v0.3.8

24 Jul 13:38
Compare
Choose a tag to compare

VimBindings v0.3.8

Release notes:

  • adds clipboard integration with y, p, and P, disabled by default. See documentation for details.
  • Fix bug where w got stuck on 1-character words.

Diff since v0.3.7

Merged pull requests:

v0.3.7

18 Jul 18:36
8848e3d
Compare
Choose a tag to compare

VimBindings v0.3.7

Release Notes

This release fixes many issues, especially related to off-by-one errors. The code for line detection was refactored, fixing many line-related bugs.

Plus, a nice new documentation site! https://caleb-allen.github.io/VimBindings.jl/dev/

Diff since v0.3.6

Closed issues:

  • C command causes BoundsError on 1-character buffers (#57)
  • o includes the final character of a line in the new line (#60)
  • A moves backwards when cursor is at end of line (#61)
  • division symbol ÷ causes error and REPL to crash (#75)

Merged pull requests:

Development related improvements in this release:

  • Add s command
  • fix o command
  • improve UTF-8 handling
  • Refactor other motion commands to use junction logic from TextUtils
  • Add read_left, read_right, peek_left, peek_right to improve utf8 handling in buffer operations

v0.3.6

05 Jul 16:45
Compare
Choose a tag to compare

VimBindings v0.3.6

Diff since v0.3.5

Closed issues:

  • Cursor style should revert to default when REPL is closed (#51)
  • REPL exit with Error processing input for unicode characters (#65)
  • return cursor to normal mode upon exiting (#72)

Merged pull requests:

v0.3.5

27 Jun 16:13
585ffab
Compare
Choose a tag to compare

VimBindings v0.3.5

Diff since v0.3.4

Closed issues:

  • Unicode display errors (#63)

Merged pull requests: