Skip to content

Releases: kkew3/jieba.vim

v1.0.5

16 Feb 08:46
d84c3a0
Compare
Choose a tag to compare

Features:

  • Add support to 'iskeyword' Vim option (#16, #20).

Dev:

  • Improve documentation (#18).
  • Enable support of aarch64-unknown-linux-gnu platform (#21).
  • Move rust backend to its own directory (#19, #22).
  • Improve internal data structure (#26, #27).

Thanks:

v1.0.4

13 Jan 15:58
Compare
Choose a tag to compare

Features:

  • Provide precompiled shared library for major OS and platforms so that local Rust environment is not needed (#10, 189a086).
  • Dot-repeat of word operations based on tpope/vim-repeat (#5, #6, #14).

Bug fixes:

  • Incomplete register (#11, #13).
  • Crash in tokenization (#14).
  • Cursor getting stuck in visual mode (#17).

Dev:

  • Improve integration tests (#12).

v1.0.3

30 Dec 09:29
Compare
Choose a tag to compare

Features:

  • Add docs. Use :h jieba in Vim to check for docs. You may need to first generate help tags by :helptags.
  • Add support to spacing modifier letters, combining diacritical marks, and emoji in tokenization.
  • Breaking change: Simplify Chinese punctuation association rule. This involves keeping only a number of essential right-punctuation like Chinese comma and full-stop, and removing all others. The goal is to be more consistent with Vim's default behavior. Only WORD motions are affected.

Thanks: