aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* vim-patch:9.1.0652: too many strlen() calls in syntax.c (#29949)zeertzjq2024-08-02
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor(encoding): remove redundant vim_isprintc_strictbfredl2023-11-26
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: make error message definitions constii142023-04-05
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* vim-patch:8.1.1827: allocating more memory than needed for extended structs (...zeertzjq2023-02-01