aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1550: various small problems in source filesJan Edmund Lazo2019-09-07
* utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
* utf8_to_utf16: align with libuvJustin M. Keyes2019-08-15
* Merge #10708 'remove DYNAMIC_ICONV'Justin M. Keyes2019-08-09
|\
| * remove DYNAMIC_ICONVerw72019-08-06
* | lua: minimal UTF-16 support needed for LSPBjörn Linse2019-08-08
* | lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse2019-08-06
|/
* doc [ci skip] #10129Justin M. Keyes2019-06-10
* lintAndrej Zieger2019-05-26
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-04-12
* vim-patch:8.1.1156: Unicode emoji and other image characters not recognizedJan Edmund Lazo2019-04-12
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
* utf16_to_utf8: minor fixesJustin M. Keyes2019-02-25
* multigrid: various cleanup (types, unused parameters)Björn Linse2018-12-31
* multigrid: avoid allocation when not ext_multigrid.Björn Linse2018-12-31
* multigrid: Add ScreenGrid as a param to multibyte functionsUtkarsh Maheshwari2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* lint: clean-up after parent commitsZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* Remove occurences of mb_head_offZviRackover2018-08-15
* lint: clean up after parent commitZviRackover2018-08-14
* Remove all occurrences of mb_off2cellsZviRackover2018-08-13
* vim-patch:8.0.1433: illegal memory access after undoJan Edmund Lazo2018-08-09
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0252: not properly recognizing word characters between 128 and 255Jan Edmund Lazo2018-07-01
* use wchar_t instead of WCHAR #6998Matt Kline2018-06-18
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* | screen: use UTF-8 representationBjörn Linse2018-06-13
|/
* win: enable DYNAMIC_ICONVJustin M. Keyes2018-06-06
* mbyte: Fix PVS/V557: do not do useless jobZyX2018-04-15
* charset,*: Refactor transstr()ZyX2018-04-09
* *: Fix linter errorsZyX2017-10-30
* ex_getln: Make use of new parser to color expressionsZyX2017-10-29
* mbyte: Lint some functions which are to be copied for symbolic testsZyX2017-10-15
* Merge branch 'master' into colored-cmdlineZyX2017-07-31
|\
| * menu_get(): docJustin M. Keyes2017-07-28
| * viml: introduce menu_get() function #6322Matthieu Coudron2017-07-28
* | Merge branch 'master' into colored-cmdlineZyX2017-07-15
|\|
| * mbyte: Fix crash when using multibyte chars in maparg() return (#6986)Nikolai Aleksandrovich Pavlov2017-07-09
| * mbyte: Refactor mb_unescapeZyX2017-07-02
* | ex_getln: Add some more tests, fix some found errorsZyX2017-06-27
|/
* Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
|\
| * Merge branch 'master' into 1476-changesZyX2017-04-10
| |\
| * | strings: Remove vim_strbyteZyX2017-04-07
* | | utf16_to_utf8: Allocate space for converted string and NULJames McCoy2017-05-03
* | | *: Add comment to all C filesZyX2017-04-19
| |/ |/|
* | lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10