aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
* process: Remove indeterminism that causes reordering of pty eventsoni-link2015-08-13
* event: Refactor async event processingThiago de Arruda2015-08-13
* process: Pass loop reference during initializationThiago de Arruda2015-08-13
* eval: Fixes to job controlThiago de Arruda2015-08-13
* eval: Use proper refcount of msgpack type listsZyX2015-08-05
* Merge pull request #3034 from ZyX-I/msgpack-evalJustin M. Keyes2015-08-03
|\
| * eval: Call list_append_allocated_string from list_append_stringZyX2015-08-02
| * vim_to_msgpack: Silence -Werror=unitialized compiler errorZyX2015-08-02
| * eval: Remove most of msgpack* functions limitationsZyX2015-08-02
| * eval: Add msgpackparse and msgpackdump functionsZyX2015-08-02
* | os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* | eval.c: Only inline float_op_wrapper on non-i386 #3072Wander Nauta2015-07-21
* | Implement API function to call functions #2979Sebastian Witte2015-07-19
* | synIDattr(): true color awarenessMarco Hinz2015-07-18
* | eval: Fix duplicate code in trig/math functions #3035Wander Nauta2015-07-18
* | Macro cleanup: FEAT_SHORTCUT, replace with WIN32Hettomei2015-07-17
* | Macro cleanup: USE_FILE_CHOOSERHettomei2015-07-17
* | Macro cleanup: FEAT_GUI_MOTIFHettomei2015-07-17