aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.1735Michael Ennen2016-11-29
* shell_write_cb: Schedule error message. (#5670)Justin M. Keyes2016-11-26
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* ex_messages: remove 'Messages maintainer' (#5160)Anmol Sethi2016-08-04
* eval.c: rename capture() to execute() (#5132)Justin M. Keyes2016-07-31
* Merge #4697 'capture() function'.Justin M. Keyes2016-06-20
|\
| * Port capture() functionShougo Matsushita2016-05-27
* | ops.c: enable -Wconversion warningCharles Joachim2016-05-30
|/
* cmdline: Redraw the cmdline after processing eventsBjörn Linse2016-05-24
* msg_puts_printf: remove char_uJustin M. Keyes2016-05-17
* Merge pull request #4639 from brcolow/vim-7.4.1347Justin M. Keyes2016-05-10
|\
| * vim-patch: 7.4.1347Michael Ennen2016-04-24
* | *: Fix new linter errorsZyX2016-05-01
|/
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* message: Remove useless emsg* functions, leaving only emsgfZyX2016-04-18
* eval/decode: Make sure that error messages do not cause overflowZyX2016-04-18
* eval/encode: Fix invalid UTF-8 strings handling:ZyX2016-04-18
* vim-patch:7.4.722Jurica Bradaric2016-01-24
* Fix lint issuesJason Schulz2016-01-15
* Add support for binary numbersJason Schulz2016-01-15
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* Macro cleanup: FEAT_GUI and ALWAYS_USE_GUIHettomei2015-07-17
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Remove char_u: message:smsg_attr()Michael Reed2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Fix warnings: Support '%zu' in vim_snprintf(): Add support.Eliseo Martínez2015-05-01
* Support '%zu' in vim_snprintf(): Cleanup.Eliseo Martínez2015-05-01
* vim-patch:7.4.712David Bürgin2015-04-27
* vim-patch:7.4.553 #2513David Bürgin2015-04-25
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* misc2.c: Move emsg* functions to message.c #2152Michael Reed2015-03-19
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Fix warnings: message.c: copy_hotkeys_and_msg: Garbage value: FP. #2062Eliseo Martínez2015-02-26
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* coverity/13683: Out-of-bounds access: RI.Eliseo Martínez2015-02-20
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove nonnullret deadcode: home_replace_save.Eliseo Martínez2015-01-27
* Macro cleanup: MiscellaneousMichael Reed2015-01-14
* Ignore compatible modeJoel Teichroeb2014-12-13
* docs: Remove VAX remnantsMichael Reed2014-12-09
* Fix warnings: message.c: msg_attr_keep(): Np dereference: FP.Eliseo Martínez2014-12-06
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Extract mouse.c/mouse.hThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27