index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
syntax.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
vim-patch:9.1.0652: too many strlen() calls in syntax.c (#29949)
zeertzjq
2024-08-02
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
Merge pull request #29278 from bfredl/strcat
bfredl
2024-06-11
|
\
|
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
|
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
|
/
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: remove redundant struct names
dundargoc
2024-01-02
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor(encoding): remove redundant vim_isprintc_strict
bfredl
2023-11-26
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: follow style guide
dundargoc
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: the long goodbye
dundargoc
2023-11-05
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor(options): rename `empty_option` to `empty_string_option`
Famiu Haque
2023-10-17
*
refactor: the long goodbye
dundargoc
2023-10-09
*
refactor: the long goodbye
dundargoc
2023-10-03
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(api): nvim_parse_cmd error message in pcall() #23297
Alexandre Teoi
2023-07-01
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: make char * parameters const in message.c
ii14
2023-04-07
*
refactor: make error message definitions const
ii14
2023-04-05
*
vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)
zeertzjq
2023-03-11
*
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
vim-patch:8.1.1827: allocating more memory than needed for extended structs (...
zeertzjq
2023-02-01
[next]