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
/
message.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
Merge #31661 cmdline_show/hide events
Justin M. Keyes
2024-12-22
|
\
|
*
feat(ui): specify whether msg_show event is added to history
Luuk van Baal
2024-12-23
*
|
fix(messages): typo and unwanted truncation in msg_outtrans_long #31669
luukvbaal
2024-12-22
|
/
*
fix(coverity): INTEGER_OVERFLOW #31657
luukvbaal
2024-12-20
*
fix(messages): better formatting for :highlight with ext_messages #31627
luukvbaal
2024-12-19
*
vim-patch:9.1.0913: no error check for neg values for 'messagesopt' (#31511)
zeertzjq
2024-12-08
*
vim-patch:9.1.0911: Variable name for 'messagesopt' doesn't match short name
zeertzjq
2024-12-08
*
vim-patch:9.1.0910: 'messagesopt' does not check max wait time
zeertzjq
2024-12-08
*
vim-patch:9.1.0908: not possible to configure :messages (#31492)
zeertzjq
2024-12-07
*
vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)
zeertzjq
2024-11-24
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
fix(messages): more ext_messages kinds #31279
luukvbaal
2024-11-20
*
fix(messages): proper multiline Lua print() messages #31205
luukvbaal
2024-11-17
*
vim-patch:9.1.0864: message history is fixed to 200 (#31215)
zeertzjq
2024-11-15
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
fix(messages): pass previous highlight id to ext chunks
Luuk van Baal
2024-11-11
*
feat(ext_messages): add hl_id to ext_messages chunks
Luuk van Baal
2024-11-09
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
feat(float): allow enabling mouse for non-focusable window (#30844)
zeertzjq
2024-10-20
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
fix(messages): avoid passing negative length to strnlen() (#28753)
zeertzjq
2024-05-15
*
fix(ui): avoid recursiveness and invalid memory access #28578
luukvbaal
2024-05-01
*
fix(messages): avoid crash with :intro and ch=0 (#28343)
zeertzjq
2024-04-16
*
vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)
zeertzjq
2024-04-05
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
fix(pager): handle consecutive newlines properly (#27913)
zeertzjq
2024-03-18
*
refactor(messages): remove condition that is always true (#27909)
zeertzjq
2024-03-18
*
fix(messages): allow more prompt in headless mode with UI (#27905)
zeertzjq
2024-03-18
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...
zeertzjq
2024-02-13
*
fix(messages): clear new lines when increasing 'cmdheight' (#27421)
zeertzjq
2024-02-11
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
docs: small fixes (#27213)
dundargoc
2024-02-06
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(screen): simplify grid_clear() and win_draw_end()
bfredl
2024-01-11
*
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: remove os_errmsg and os_msg functions
dundargoc
2023-12-23
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
docs: small fixes (#26243)
dundargoc
2023-12-06
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
[next]