aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* eval/string(): Share code between msgpackdump() and string()+:echoZyX2015-09-30
* eval/msgpackdump(): Use copyID for protecting against recursive inputZyX2015-09-30
* eval/msgpackparse(): Fix crash by adding return at errorZyX2015-09-19
* eval: Fix `ex_delfunction` to use the `uf_refcount` field properlyThiago de Arruda2015-09-18
* vim-patch:7.4.609oni-link2015-09-07
* termopen(): remove `name` feature. #3181Mathieu Xhonneux2015-08-30
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* vim-patch:7.4.836 #3244Justin M. Keyes2015-08-26
* Windows: Add has('win32'). #3223Rui Abreu Ferreira2015-08-23
* eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
* 7.4.813James McCoy2015-08-20
* fs.c: implement os_file_is_readable()Justin M. Keyes2015-08-17
* eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda2015-08-13
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13