Releases: kkew3/jieba.vim
Releases · kkew3/jieba.vim
v1.0.5
v1.0.4
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
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: