aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* 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
* | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
|/
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* vim-patch:8.0.1041: bogus characters when indenting during visual-block appendJan Edmund Lazo2018-08-23
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.1765: CTRL-G j in Insert mode is incorrect when 'virtualedit' s...Jan Edmund Lazo2018-07-23
* transstr_buf: fix length comparison #8681Michael Hoffmann2018-07-10
* test: port kword_test to Lua for utf_char2bytes()Jan Edmund Lazo2018-07-01
* vim-patch:8.0.0252: not properly recognizing word characters between 128 and 255Jan Edmund Lazo2018-07-01