aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_eval.c
Commit message (Expand)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Fix new linter errorsZyX2016-05-01
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* Satisfy the linterKillTheMule2016-04-15
* vim-patch:7.4.1282KillTheMule2016-04-15
* ex_eval: Fix memory leakoni-link2016-03-05
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove char_u: ReviewMichael Reed2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove redundant castsAnton Ovchinnikov2015-03-09
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* coverity/13746: Negative array index write: FP.Eliseo Martínez2015-02-20
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* Wconversion: fix #1578Justin M. Keyes2014-11-28
* Wconversion: Fix warnings in ex_eval.c.Florian Walch2014-11-27
* Fix warnings: ex_eval.c: report_pending(): Np dereference: FP.Eliseo Martínez2014-11-11
* 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
* Add automatic generation of headersZyX2014-06-02
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe 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