Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.2.1898: command modifier parsing always uses global cmdmod | zeertzjq | 2022-06-14 |
| | | | | | | Problem: Command modifier parsing always uses global cmdmod. Solution: Pass in cmdmod_T to use. Rename struct fields consistently. https://github.com/vim/vim/commit/e10044015841711b989f9a898d427bcc1fdb4c32 | ||
* | refactor: move reverse_text to strings.c as it's a string operation | Dundar Goc | 2022-05-20 |
| | | | | | | Also add tests for reverse_text. Co-authored-by: Kalle Ranki <kalle.ranki@gmail.com> | ||
* | search.c: remove dead code #5307 | Justin M. Keyes | 2019-03-02 |
has_mbyte is always true. |