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(message): smsg_attr -> smsg
bfredl
2023-09-29
*
refactor(message): msg_puts_attr_len -> msg_puts_len
bfredl
2023-09-29
*
refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_long
bfredl
2023-09-29
*
refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr
bfredl
2023-09-27
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
fix(exception): remember whether message is multiline (#25351)
zeertzjq
2023-09-25
*
vim-patch:9.0.1938: multispace wrong when scrolling horizontally (#25348)
zeertzjq
2023-09-25
*
refactor(grid): properly namespace and separate stateful grid functions
bfredl
2023-09-22
*
fix(decoration_provider): don't leak memory on error (#24410)
zeertzjq
2023-07-21
*
feat(decoration_provider): log errors as error messages
Thomas Vigouroux
2023-07-19
*
refactor: remove some casts to char * (#24200)
zeertzjq
2023-06-29
*
vim-patch:9.0.1635: error message is cleared when removing mode message
zeertzjq
2023-06-16
*
vim-patch:9.0.1634: message is cleared when removing mode message
zeertzjq
2023-06-16
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
fix(messages): ensure msg_grid is at top at more prompt (#23584)
zeertzjq
2023-05-17
*
vim-patch:9.0.0904: various comment and indent flaws (#23498)
zeertzjq
2023-05-06
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: make char * parameters const in message.c
ii14
2023-04-07
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
vim-patch:9.0.1314: :messages behavior depends on 'fileformat' of current buf...
zeertzjq
2023-02-17
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
refactor: use flexible arrays instead of the length-of-one trick (#22072)
dundargoc
2023-02-02
*
vim-patch:9.0.1271: using sizeof() and subtract array size is tricky (#22087)
zeertzjq
2023-02-01
*
ci: enable CI_BUILD on windows (#21557)
dundargoc
2023-01-18
*
fix(ui): command line issues with external messages (#21709)
luukvbaal
2023-01-13
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
refactor: replace char_u with char
dundargoc
2023-01-09
*
feat(message): avoid spam on failed os_msg
Justin M. Keyes
2023-01-05
*
refactor: rename mch_msg => os_msg
Justin M. Keyes
2022-12-16
*
refactor: replace char_u with char
dundargoc
2022-11-28
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
Merge pull request #20984 from notomo/fix-message-kind-on-history
bfredl
2022-11-13
|
\
|
*
fix(ui-ext): correct message kind in history before vim.ui_attach()
notomo
2022-11-07
*
|
vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...
zeertzjq
2022-11-11
*
|
fix(messages): don't set cmdline_row when messages have scrolled (#21015)
zeertzjq
2022-11-11
*
|
fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)
zeertzjq
2022-11-10
*
|
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
|
/
*
vim-patch:8.2.1631: test_fails() does not check the context of the line number
zeertzjq
2022-11-05
*
vim-patch:8.2.1479: Vim9: error for list index uses wrong line number
zeertzjq
2022-11-05
*
vim-patch:partial:8.2.1183: assert_fails() checks the last error message
zeertzjq
2022-11-05
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
fix: change did_emsg back to int
zeertzjq
2022-10-10
*
feat(messages)!: graduate the 'msgsep' feature
bfredl
2022-10-05
*
refactor(redraw): various simplifications
bfredl
2022-10-05
[next]