aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* Merge pull request #20984 from notomo/fix-message-kind-on-historybfredl2022-11-13
|\
| * fix(ui-ext): correct message kind in history before vim.ui_attach()notomo2022-11-07
* | vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq2022-11-11
* | fix(messages): don't set cmdline_row when messages have scrolled (#21015)zeertzjq2022-11-11
* | fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)zeertzjq2022-11-10
* | refactor: fix clang-tidy warningsdundargoc2022-11-06
|/
* vim-patch:8.2.1631: test_fails() does not check the context of the line numberzeertzjq2022-11-05
* vim-patch:8.2.1479: Vim9: error for list index uses wrong line numberzeertzjq2022-11-05
* vim-patch:partial:8.2.1183: assert_fails() checks the last error messagezeertzjq2022-11-05
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* fix: change did_emsg back to intzeertzjq2022-10-10
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* refactor(redraw): various simplificationsbfredl2022-10-05
* fix(ui): msg_ext_set_kind for nvim_echo (#20476)Shougo2022-10-04
* vim-patch:9.0.0595: extra newline in messages after a verbose shell message (...zeertzjq2022-09-27
* fix(cmdline): don't send invalid cursor with incsearch and cmdheight=0bfredl2022-09-26
* fix(messages): validate msg_grid before silent! message with cmdheight=0bfredl2022-09-26
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* Merge pull request #20263 from notomo/refactor-remove-unusedbfredl2022-09-20
|\
| * refactor(message): remove unused functionnotomo2022-09-20
* | vim-patch:9.0.0511: unnecessary scrolling for message of only one line (#20261)zeertzjq2022-09-20
|/
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* fix(messages): do not crash on cmdheight=0 and g< redisplaybfredl2022-09-16
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* vim-patch:9.0.0449: there is no easy way to translate a key code into a strin...zeertzjq2022-09-13
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* fix(cmdheight=0): various issues part3 #19816Shougo2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:9.0.0227: cannot read error message when abort() is calledzeertzjq2022-08-19
* vim-patch:8.2.3946: when an internal error makes Vim exit the error is not seenzeertzjq2022-08-19
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16