summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/digraph.c
AgeCommit message (Expand)AuthorFiles
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-08-17vim-patch:9.1.1640: Unicode has deprecated some code-points (#35358)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-02-02vim-patch:9.1.1065: no digraph for "Approaches the limit" (#32289)zeertzjq1
2025-01-09vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)zeertzjq1
2025-01-03fix(messages): better formatting for ext_messages #31839luukvbaal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-03vim-patch:9.1.0900: Vim9: digraph_getlist() does not accept bool arg (#31431)zeertzjq1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-13vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-17refactor(grid): make screen rendering more multibyte than ever beforebfredl1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-10-20vim-patch:9.0.2056: no digraph for quadruple primeChristian Clason1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-27refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl1
2023-04-26refactor: uncrustifydundargoc1
2023-04-14vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq1
2023-04-05refactor: make error message definitions constii141
2023-03-14refactor(screen): screen.c delenda estbfredl1
2023-03-04refactor: replace char_u with char or uint8_t (#22400)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2023-01-13refactor: replace char_u with char 20 (#21714)dundargoc1
2023-01-10vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq1
2022-12-26vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-01build(lint): remove clint.py rules for braces #20880dundargoc1
2022-09-25vim-patch:9.0.0576: unused loop variables (#20326)dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-09-01refactor: replace char_u with charDundar Göc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-23perf(api): allow to use an arena for return valuesbfredl1