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.h
Commit message (
Expand
)
Author
Age
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: iwyu (#26269)
zeertzjq
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix: fix ASAN errors on clang 17 (#25469)
dundargoc
2023-10-03
*
refactor: remove 'shortmess' save/restore panic for ex commands
bfredl
2023-09-25
*
fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)
zeertzjq
2022-11-10
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: migrate comment style (#20012)
Lewis Russell
2022-09-02
*
fix(messages): add color when showing nvim_echo in :messages history
bfredl
2022-06-11
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
api: nvim_echo
notomo
2021-01-20
*
screen: add some documentation of internals of msg_grid implementation
Björn Linse
2019-09-01
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
Make sure msg_clear is sent after confirm message (#10065)
Ville Hakulinen
2019-06-02
*
ui: implement ext_messages
Björn Linse
2019-02-10
*
cleanup: reduce some duplicate code, avoid function pointers for a condition
Björn Linse
2019-01-23
*
vim-patch:8.0.0074
Michael Schupikov
2017-12-15
*
Merge #6110 'refactor: Move vim_*printf to strings.c'.
Justin M. Keyes
2017-02-17
|
\
|
*
message,strings: Move vim_*printf functions to strings.c
ZyX
2017-02-14
*
|
*: Partial string handling refactoring
ZyX
2017-02-15
|
/
*
message: Remove useless emsg* functions, leaving only emsgf
ZyX
2016-04-18
*
eval/decode: Make sure that error messages do not cause overflow
ZyX
2016-04-18
*
*: Fix linter errors
ZyX
2016-04-18
*
vim: Move *MSG* macros to message.h
ZyX
2016-04-18
*
message: add missing stdarg.h include #993
Andrew Chin
2014-07-25
*
vim: include used definitions in headers
Nicolas Hillegeer
2014-07-16
*
move defines from vim.h
Brandon Coleman
2014-07-12
*
Include stdbool.h in headers which have functions with bool in signature
Pavel Platto
2014-07-11
*
Add automatic generation of headers
ZyX
2014-06-02
*
Introduce nvim namespace: Fix define guards.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15