aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: remove redundant castsDundar Göc2021-10-07
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format with uncrustify #15741dundargoc2021-09-22
* vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq2021-09-19
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* Remove EXMODE_NORMALmatveyt2021-07-23
* floats: z-indexBjörn Linse2021-05-15
* coverity/331382: Allocate enough space for trailing NULJames McCoy2021-05-06
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06
* Fix documentation typos for msg_scroll_flushFabian Viöl2021-04-29
* clang/'Dead store': remove dead assign in msg_may_truncJan Edmund Lazo2021-04-02
* vim-patch:8.2.2454: leading space can not be made visible (#14138)zeertzjq2021-03-29
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* api: nvim_echonotomo2021-01-20
* ui: make 'mouse' handling in external UI more consistentBjörn Linse2021-01-01
* vim-patch:8.2.2091: MS-Windows: build warnings (#13451)Jan Edmund Lazo2020-12-05
* vim-patch:8.2.2078: illegal memory access when using :print on invalid textJan Edmund Lazo2020-12-03
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.0943: displaying ^M or ^J depends on current bufferJan Edmund Lazo2020-10-18
* vim-patch:8.1.2419: with a long file name the hit-enter prompt appearsStanley Chan2020-10-16
* vim-patch:8.1.2141: :tselect has an extra hit-enter promptJan Edmund Lazo2020-10-16
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* vim-patch:8.1.2018: using freed memory when out of memory and displaying messageJan Edmund Lazo2020-06-04
* fixed hang issue with --headless and -r option specified (#12209)Kei Kamikawa2020-05-20
* vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* messages: echo "line1\r\nline2" should not clear line1Björn Linse2020-01-16
* vim-patch:8.1.2402: typos and other small thingsJan Edmund Lazo2019-12-07
* ex_echo: fix check for got_int #11225Daniel Hahler2019-10-19
* vim-patch:8.1.0586: :digraph output is not easy to readJan Edmund Lazo2019-10-06
* messages: redraw after resize in pagerBjörn Linse2019-09-08
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* messages: fix crashes with scrollbackBjörn Linse2019-09-06
* messages: fix missing MsgArea highlighting on/after "-- more --" messageBjörn Linse2019-09-06
* messages: fix cut lines in scrollback upon overflowBjörn Linse2019-09-06
* screen: redrawdebug=nothrottleBjörn Linse2019-09-06
* only check got_int with ex_echoDaniel Hahler2019-09-04
* Check got_int in msg_multiline_attrDaniel Hahler2019-09-04
* screen: initialize screen properly with early `set display-=msgsep`Björn Linse2019-09-02
* screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* emsg_multiline: log Vim errors (#10778)Daniel Hahler2019-08-15
* utf8_to_utf16: align with libuvJustin M. Keyes2019-08-15
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Remove USE_MCH_ERRMSGerw72019-06-09