aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
Commit message (Expand)AuthorAge
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* vim-patch:9.0.0036: 'fillchars' cannot have window-local valueszeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.2.3699: the +title feature adds a lot of #ifdef but little code (...zeertzjq2022-08-17
* vim-patch:9.0.0220: invalid memory access with for loop over NULL stringzeertzjq2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* fix(charclass): make behavior with empty str match latest Vim (#19749)zeertzjq2022-08-13
* vim-patch:8.2.{1536,1540}: charclass() (#19748)zeertzjq2022-08-13
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:9.0.0176: checking character options is duplicated and incomplete (...zeertzjq2022-08-09
* fix(fillchars): change fallback after setcellwidths()zeertzjq2022-08-08
* vim-patch:8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidzeertzjq2022-08-08
* refactor(setcellwidths): use TV_LIST_ITEM_NEXT properlyzeertzjq2022-08-08
* vim-patch:8.2.1537: memory acccess error when using setcellwidths()zeertzjq2022-08-08
* vim-patch:8.2.1535: it is not possible to specify cell widths of characterszeertzjq2022-08-08
* refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc2022-08-02
* refactor: enable -Wconversion warning for mbyte.cDundar Goc2022-07-27
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: remove unused USE_WCHAR_FUNCTIONS #18618Lewis Russell2022-05-20
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | vim-patch:8.2.4919: can add invalid bytes with :spellgoodzeertzjq2022-05-12
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4418: crash when using special multi-byte characterSean Dewar2022-02-19
* refactor(mbyte.c): add const qualifierszeertzjq2022-02-09
* Merge pull request #16830 from kuuote/vim-8.2.3571zeertzjq2022-01-28
|\
| * vim-patch:8.2.3571: some unicode control characters are considered printablekuuote2021-12-30
* | refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
|/
* vim-patch:8.2.3825: various comments could be improvedzeertzjq2021-12-16
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10