aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* 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
| * Change mch_errmsg and mch_msg from macro to functionerw72019-06-09
| * Fix garbled problem with msg_puts_printf on Windowserw72019-06-09
* | cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* | PVS/V781: suppress false positive #10516Ihor Antonov2019-07-16
* | messages: fix crash with msg_advance when using ext_messagesBjörn Linse2019-06-16
* | messages: support shortmess-=S in ext_messagesBjörn Linse2019-06-16
|/
* msg_puts_attr_len: check default_grid.chars if headlessBjörn Linse2019-06-03
* Fix screenchar() problem in headless modeerw72019-06-03
* Make sure msg_clear is sent after confirm message (#10065)Ville Hakulinen2019-06-02
* [RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)Jit2019-06-02
* vim-patch:8.1.0020: cannot tell whether a register is executing or recordingJan Edmund Lazo2019-05-26
* Merge #10059 from jerdna-regeiz/vim-8.1.0614Justin M. Keyes2019-05-26
|\
| * lintAndrej Zieger2019-05-26
* | UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804Jit2019-05-26
|/
* lintJustin M. Keyes2019-05-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* UI/ext_messages: learn more message kindsJustin M. Keyes2019-05-11
* PVS/V781: "maxlen" variable checked after useJustin M. Keyes2019-05-06
* verb_msg: remove char_uJustin M. Keyes2019-04-29