aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0454: compiler warnings for "always true" comparison (#8431)KunMing Xie2018-05-24
* *: Fix clint errorsZyX2018-04-22
* charset: Fix PVS/V560: remove condition which was already checkedZyX2018-04-09
* charset: Silence PVS/V785: remove switch()ZyX2018-04-09
* charset: Fix transchar() with multibyte charactersZyX2018-04-09
* buffer: PVS/V557: Refactor maketitle()ZyX2018-04-09
* charset,*: Refactor transstr()ZyX2018-04-09
* charset: Move vim_str2nr flags from vim.h to charset.hZyX2017-11-06
* charset: Refactor vim_str2nrZyX2017-11-06
* charset: Some more refactoring of vim_str2nrZyX2017-10-29
* charset: Do not call strlen() from vim_str2nrZyX2017-10-16
* charset: Avoid overflow in vim_str2nrZyX2017-10-16
* Merge branch 'master' into expression-parserZyX2017-10-15
|\
| * vim-patch:8.0.0164 (#7368)KunMing Xie2017-10-08
* | charset: Fix out-of-bounds array accessZyX2017-10-15
|/
* charset: Fix V728: excessive checkZyX2017-07-04
* vim-patch:8.0.0219James McCoy2017-06-04
* vim-patch:7.4.1976James McCoy2017-06-04
* charset: Fix V695: dead branchesZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* *: Use const char * in set_one_cmd_contextZyX2017-03-29
* charset: Remove useless condition from vim_iswordc_tabZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* vim-patch:8.0.0250James McCoy2017-03-24
* vim-patch:8.0.0307Justin M. Keyes2017-03-22
* vim-patch:7.4.1981 (#6192)lonerover2017-03-02
* *: Partial string handling refactoringZyX2017-02-15
* mbyte: clean up charset.c for assumed encoding=utf-8Björn Linse2016-12-07