aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq2022-08-15
* vim-patch:8.2.1297: when a test fails it's often not easy to see wherezeertzjq2022-08-15
* vim-patch:9.0.0207: stacktrace not shown when debugging (#19776)zeertzjq2022-08-15
* vim-patch:8.2.3675 (#19766)zeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:9.0.0009: going past the end of a menu item with only modifierzeertzjq2022-08-05
* vim-patch:9.0.0114: the command line takes up space even when not usedShougo Matsushita2022-07-31
* cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
* vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line ...zeertzjq2022-07-28
* vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)zeertzjq2022-07-26
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* refactor: replace char_uDundar Goc2022-07-02
* refactor(fold): style #19175Lewis Russell2022-07-02
* cmdheight=0: fix bugs #18961Shougo2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: enable -Wconversion warning for message.cDundar Goc2022-06-27
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor(log): use msg_schedule_semsg #18950Justin M. Keyes2022-06-15
* vim-patch:8.2.5097: using uninitialized memory when using 'listchars' (#18974)zeertzjq2022-06-16
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* feat: cmdheight=0 #16251Shougo2022-06-13
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* vim-patch:8.2.5070: unnecessary codezeertzjq2022-06-09
* vim-patch:8.2.5066: lcs-leadmultispacezeertzjq2022-06-09
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh2022-05-21
* refactor: grid->rows and grid->colsbfredl2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11