aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.h
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix: fix ASAN errors on clang 17 (#25469)dundargoc2023-10-03
* refactor: remove 'shortmess' save/restore panic for ex commandsbfredl2023-09-25
* fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)zeertzjq2022-11-10
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* api: nvim_echonotomo2021-01-20
* screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* Make sure msg_clear is sent after confirm message (#10065)Ville Hakulinen2019-06-02
* ui: implement ext_messagesBjörn Linse2019-02-10
* cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23
* vim-patch:8.0.0074Michael Schupikov2017-12-15
* Merge #6110 'refactor: Move vim_*printf to strings.c'.Justin M. Keyes2017-02-17
|\
| * message,strings: Move vim_*printf functions to strings.cZyX2017-02-14
* | *: Partial string handling refactoringZyX2017-02-15
|/
* message: Remove useless emsg* functions, leaving only emsgfZyX2016-04-18
* eval/decode: Make sure that error messages do not cause overflowZyX2016-04-18
* *: Fix linter errorsZyX2016-04-18
* vim: Move *MSG* macros to message.hZyX2016-04-18
* message: add missing stdarg.h include #993Andrew Chin2014-07-25
* vim: include used definitions in headersNicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in headers which have functions with bool in signaturePavel Platto2014-07-11
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15