aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* 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
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix PVS warnings (#18459)dundargoc2022-05-15
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* 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: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* vim-patch:8.2.3950: going beyond the end of the line with /\%Vzeertzjq2022-03-10
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
* vim-patch:8.2.4273: the EBCDIC support is outdatedzeertzjq2022-02-01
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049)zeertzjq2021-11-17
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15722dundargoc2021-09-19
* fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar2021-09-14
* vim-patch:8.2.2309: 0o777 not recognized as octalSean Dewar2021-09-11
* vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4Sean Dewar2021-09-11
* vim-patch:8.1.2036: the str2nr() tests failSean Dewar2021-09-11
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar2021-09-10
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* refactor(plines): what is basic compiler optimizations?Björn Linse2021-08-10
* refactor(plines): remove implicit curwin chartabsize() functionBjörn Linse2021-08-10
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31