aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* 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
* unused macros: Remove a five unused macros. (#13517)Edwin Pujols2020-12-11
* vim-patch:8.2.0943: displaying ^M or ^J depends on current bufferJan Edmund Lazo2020-10-18
* vim-patch:8.1.0939: no completion for sign group namesJan Edmund Lazo2020-03-01
* spell: towupper(),towlower() are not calledJan Edmund Lazo2020-01-26
* charset: fix pvs/v1048Jan Edmund Lazo2019-12-22
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* rename: getdigits_safe => try_getdigitsJustin M. Keyes2019-09-13
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* vim-patch:8.1.1411: fix divide by zero #10073Jan Edmund Lazo2019-05-28
* vim-patch:8.1.0048: vim_str2nr() on numbers close to max #9744Jan Edmund Lazo2019-03-17
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * linter: fix issuesMarco Hinz2019-01-26
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26