aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
...
* 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
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* vim-patch: finish port of 8.0.0{654,663,667}Jan Edmund Lazo2018-07-07
* vim-patch:8.0.0468: g< after aborting an Ex command (#7941)KunMing Xie2018-06-21
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* Merge #7679 'startup: treat stdin as text instead of commands'Justin M. Keyes2018-06-10
|\
| * lintJustin M. Keyes2018-06-04
* | vim-patch:8.0.0520: using a function pointer while the function is known (#8513)KunMing Xie2018-06-10
* | vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
|/
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * message: Fix PVS/V547: c is never equal to KS_ZEROZyX2018-04-15
* | Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
|\|
| * msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
| * vim-patch:8.0.0184: fix ex-mode exit code #7943sohnryang2018-03-24
| * message: don't output unprintable chars to screenBjörn Linse2018-03-04
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
| * msg_outtrans_special(): handle NULLJustin M. Keyes2017-12-05
| * msg_outtrans_special(): `const` some stringsJustin M. Keyes2017-12-05
| * str2specialbuf(): fix comparisonJustin M. Keyes2017-12-05
* | Merge branch 'master' into s-dash-stdinZyX2017-12-03
|\|