aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* refactor(buf_init_chartab): remove redundant loop (#24891)julio-b2023-08-27
* refactor: move virtcol functions to plines.czeertzjq2023-08-25
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreakzeertzjq2023-08-23
* vim-patch:9.0.1734: :runtime completion fails for multiple args (#24767)zeertzjq2023-08-18
* fix(ui): cursor pos with left gravity inline virt_text at eol (#24329)zeertzjq2023-07-13
* fix(charset): fix wrong display of 0xffff (#24158)zeertzjq2023-06-26
* fix(extmark): fix cursor position with both left and right gravity inline textbfredl2023-05-22
* vim-patch:9.0.0205: cursor in wrong position when inserting after virtual textIbby2023-05-22
* vim-patch:9.0.0178: cursor position wrong with virtual text before TabIbby2023-05-22
* vim-patch:9.0.0179: cursor pos wrong with wrapping virtual text in empty lineIbby2023-05-22
* fix(ui): fix multi-byte characters highlight in virtual textIbby2023-05-22
* vim-patch:9.0.0138: not enough characters accepted for 'spellfile'zeertzjq2023-05-04
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(screen): screen.c delenda estbfredl2023-03-14
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* refactor(build): remove unused stdlib function and include checksbfredl2023-03-03
* vim-patch:9.0.1314: :messages behavior depends on 'fileformat' of current buf...zeertzjq2023-02-17
* fix(status): handle unprintable chars in the statuslineBjörn Linse2023-02-14
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* 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 char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
|/
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: set_chars_option()zeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26