aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
Commit message (Expand)AuthorAge
* feat(editor): handle new multibyte sequences in normal mode replacementbfredl2024-11-04
* docs: miscdundargoc2024-10-23
* refactor(multibyte): neo-casefolding without allocationbfredl2024-09-29
* fix(mbyte): check for utf8proc_map() failure (#30531)zeertzjq2024-09-26
* vim-patch:9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars'...zeertzjq2024-09-06
* Merge pull request #30272 from bfredl/replace_emojibfredl2024-09-06
|\
| * fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* | vim-patch:9.1.0716: resetting setcellwidth() doesn't update the screen (#30274)zeertzjq2024-09-06
|/
* fix(mbyte): mark any 0xFE0F sequence as a TUI ambiguous width charbfredl2024-09-02
* refactor(multibyte): replace generated unicode tables with utf8procbfredl2024-08-31
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* refactor!: use utf8proc full casefoldingdundargoc2024-08-07
* vim-patch:9.1.0645: regex: wrong match when searching multi-byte char case-in...zeertzjq2024-07-31
* refactor: remove special handling for lowercase German sharp sdundargoc2024-06-29
* refactor: remove special-case conversion for german sharp sdundargoc2024-06-29
* refactor: replace utf_convert with utf8proc conversion functionsdundargoc2024-06-28
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* fixup: LNULJames Tirta Halim2024-06-04
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0320: Wrong cursor position after using setcellwidths() (#28334)zeertzjq2024-04-15
* vim-patch:9.1.0297: Patch 9.1.0296 causes too many issues (#28263)zeertzjq2024-04-11
* vim-patch:9.1.0296: regexp: engines do not handle case-folding well (#28259)zeertzjq2024-04-10
* vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27...zeertzjq2024-02-27
* fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
* vim-patch:9.1.0101: upper-case of German sharp s should be U+1E9E (#27449)zeertzjq2024-02-13
* vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq2024-02-10
* perf: improve utf_char2cells() performance (#27353)VanaIgr2024-02-07
* docs: small fixes (#27213)dundargoc2024-02-06
* perf: don't decode utf8 character multiple times in getvcol()VanaIgr2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): map everything in the C99 specificationdundargoc2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: follow style guidedundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* refactor: the long goodbyedundargoc2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01