aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0135: undo message delays screen update for CTRL-O uJan Edmund Lazo2019-04-04
* vim-patch:8.0.0709: libvterm cannot use vsnprintf()Jan Edmund Lazo2019-04-04
* Merge pull request #6619 from bfredl/floatingBjörn Linse2019-03-02
|\
| * floats: implement floating windowsBjörn Linse2019-03-02
* | cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
|/
* ui: implement ext_messagesBjörn Linse2019-02-10
* screen: cleanup allocation, clearing and validationBjörn Linse2019-02-07
* screen: simplify scrolling codeBjörn Linse2019-02-07
* multigrid: reset win scrolling after swap messageBjörn Linse2019-02-02
* vim-patch:8.1.0759: showing two characters for tab is limitedMarco Hinz2019-01-26
* linter: fix issuesMarco Hinz2019-01-26
* options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23
* ex_echo: reuse code from message.c to show arg to userAlexandre Dubray2019-01-22
* message.c: add msg_echo_attr functions, use it for lua error messagesAlexandre Dubray2019-01-22
* multigrid: add msg_scroll_start and msg_scroll_reset eventsBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* Merge #9291 'vim-patch:8.1.{550,551}'Justin M. Keyes2018-12-02
|\
| * vim-patch:8.1.0550: expression evaluation may repeat an error messageJan Edmund Lazo2018-11-30
* | VimL/confirm(): Show dialog even if :silentJustin M. Keyes2018-12-01
|/
* UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* fix warning: null pointer dereferenceJustin M. Keyes2018-10-21
* vim-patch:8.1.0466: autocmd test failsJan Edmund Lazo2018-10-08
* add func_attr_printf in :MichaHoffmann2018-09-24
* lintJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Remove has_mbytes from lines local to parent commitZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* globals: cmd_silent is boolJan Edmund Lazo2018-08-29
* vim-patch:8.0.1468: illegal memory access in del_bytes()Jan Edmund Lazo2018-08-24
* style: fixing minor issues noted in code review.ZviRackover2018-08-06
* lint: clean-up after parent commitZviRackover2018-08-06