aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* 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
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* event: No longer process K_EVENT automaticallyThiago de Arruda2014-11-21
* Fix warnings: message.c: vim_vsnprintf(): Dead assignment (2): HI.Eliseo Martínez2014-11-11
* Fix warnings: message.c: delete_first_msg(): Np dereference: FP.Eliseo Martínez2014-11-11
* memory: xstrchrnul and xmemscan.Scott Prager2014-09-30
* events: Refactor how event deferral is handledThiago de Arruda2014-07-17
* move defines from vim.hBrandon Coleman2014-07-12
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move stdarg.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* events: Refactor how events are queued for processingThiago de Arruda2014-06-18
* Remove unnecessary comments and unnecessary returnFelipe Oliveira Carvalho2014-06-16
* No OOM in msg_show_console_dialog()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: message.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* text: remove useless arg from mb_string2cellsNicolas Hillegeer2014-06-08
* Remove USE_CR and tag_fgets. #808Justin M. Keyes2014-06-06
* Remove remaining declarations with new script: finddeclarations.plZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_FLOATHinidu2014-05-28
* Remove FEAT_EVALHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15