summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/message.h
AgeCommit message (Expand)AuthorFiles
2026-02-12docs: lsp, options, promptbufJustin M. Keyes1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-25fix(ui)!: decouple ext_messages from message grid #27963luukvbaal1
2025-05-24feat(ui): "append" parameter for "msg_show" UI eventsLuuk van Baal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-03-03refactor(messages): simplify message historyLuuk van Baal1
2025-02-20fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-23refactor: remove os_errmsg and os_msg functionsdundargoc1
2023-12-18refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: iwyu (#26269)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-03fix: fix ASAN errors on clang 17 (#25469)dundargoc1
2023-09-25refactor: remove 'shortmess' save/restore panic for ex commandsbfredl1
2022-11-10fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)zeertzjq1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-02refactor: migrate comment style (#20012)Lewis Russell1
2022-06-11fix(messages): add color when showing nvim_echo in :messages historybfredl1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-11-01vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-01-20api: nvim_echonotomo1
2019-09-01screen: add some documentation of internals of msg_grid implementationBjörn Linse1
2019-09-01screen: use dedicated message gridBjörn Linse1
2019-06-02Make sure msg_clear is sent after confirm message (#10065)Ville Hakulinen1
2019-02-10ui: implement ext_messagesBjörn Linse1
2019-01-23cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse1
2017-12-15vim-patch:8.0.0074Michael Schupikov1
2017-02-17Merge #6110 'refactor: Move vim_*printf to strings.c'.Justin M. Keyes1
2017-02-15*: Partial string handling refactoringZyX1
2017-02-14message,strings: Move vim_*printf functions to strings.cZyX1
2016-04-18message: Remove useless emsg* functions, leaving only emsgfZyX1
2016-04-18eval/decode: Make sure that error messages do not cause overflowZyX1
2016-04-18*: Fix linter errorsZyX1
2016-04-18vim: Move *MSG* macros to message.hZyX1
2014-07-25message: add missing stdarg.h include #993Andrew Chin1
2014-07-16vim: include used definitions in headersNicolas Hillegeer1
2014-07-12move defines from vim.hBrandon Coleman1
2014-07-11Include stdbool.h in headers which have functions with bool in signaturePavel Platto1
2014-06-02Add automatic generation of headersZyX1