aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
...
* | vim-patch:7.4.1027watiko2016-02-01
* | vim-patch:7.4.782watiko2016-02-01
|/
* Merge pull request #4096 from justinmk/coverity125476Justin M. Keyes2016-01-28
|\
| * file_pat_to_reg_pat(): handle empty string.oni-link2016-01-28
| * glob2regpat(): handle empty string.Justin M. Keyes2016-01-27
| * coverity/125476: RI: Null pointer dereferenceJustin M. Keyes2016-01-27
* | vim-patch:7.4.698Jurica Bradaric2016-01-27
|/
* Merge pull request #4073 from jbradaric/vim-7.4.654Justin M. Keyes2016-01-24
|\
| * vim-patch:7.4.654Jurica Bradaric2016-01-22
* | vim-patch:7.4.739Jurica Bradaric2016-01-24
|/
* Merge #3916 "Add support for binary numbers".Justin M. Keyes2016-01-21
|\
| * Fix lint issuesJason Schulz2016-01-15
| * Add support for binary numbersJason Schulz2016-01-15
* | job control: implement jobpid() to get PID of jobBjörn Linse2016-01-20
* | job control: add 'detach' option to jobstartBjörn Linse2016-01-20
|/
* vim patches 7.4.955/974/975/989. #3919Michael Ennen2016-01-13
* portability: fix cast.Justin M. Keyes2016-01-10
* portability: use portable format specifierJustin M. Keyes2016-01-10
* Improve coding stylewatiko2016-01-10
* vim-patch:7.4.1032watiko2016-01-10
* vim-patch:7.4.950watiko2016-01-10
* vim-patch:7.4.946watiko2016-01-10
* vim-patch:7.4.944watiko2016-01-10
* eval: Do not use msgpack#string for error messagesZyX2016-01-07
* eval: Use better error messages when failing to dump valuesZyX2016-01-04
* eval: Use list_unref in place of decrementing refcount directlyZyX2015-12-13
* eval: Replace internal_refcount hack with proper copyID settingZyX2015-12-13
* Merge pull request #3753 from watiko/vim-7.4.790Justin M. Keyes2015-12-12
|\
| * Improve coding stylewatiko2015-11-28
| * vim-patch:7.4.786watiko2015-11-28
* | 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
* Add TermClose eventMarco Hinz2015-11-15
* Add file selection prompt on ":oldfiles!"Marco Hinz2015-11-10
* Add ":profile stop"Marco Hinz2015-11-10
* eval: Implement dictionary change notificationsThiago de Arruda2015-11-09
* eval: Extract `find_var_ht_dict` from `find_var_ht`Thiago de Arruda2015-11-09
* eval: Extract `find_ufunc` from `get_dict_callback`Thiago de Arruda2015-11-09
* Remove useless FEAT_BROWSE ifdefMichael Reed2015-11-01
* undo: Do some refactoringZyX2015-10-29
* Implement server_address_new()Rui Abreu Ferreira2015-10-18
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* shada: Use same iteration end conditions as with other iteratorsZyX2015-10-08
* eval: Use proper iteration end conditionZyX2015-10-08
* eval: Reorder checks in var_shada_iterZyX2015-10-08
* eval: Remove incorrect NONNULL_RET attributesZyX2015-10-08
* *: Fix problems with clang+asan Release buildZyX2015-10-08
* eval,functests: Reference all additional_* items created by ShaDaZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08