aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* completion: Initialize v:completed_item #2839Shougo Matsushita2015-06-20
* completion: Add v:completed_item feature #2563Shougo Matsushita2015-05-24
* Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)Michael Reed2015-05-18
* vim-patch:7.4.597 #2658David Bürgin2015-05-17
* passing-by: get_vim_var_str: mark non-null returnJustin M. Keyes2015-05-17
* doc: v:servername, serverstart()Justin M. Keyes2015-05-17
* Remove char_u: message:smsg()Michael Reed2015-05-13
* coverity/62618: fixing "Wrong sizeof argument"Chris Hall2015-05-08
* Merge #2470: Remove char_u (5)Eliseo Martínez2015-05-07
|\
| * Remove char_u: FullName_save()Mark Bainter2015-05-06
| * Remove char_u: path_with_url()Mark Bainter2015-05-06
| * Remove char_u: add_pathsep()Mark Bainter2015-05-06
* | vim-patch:7.4.574 #2539Bastian Winkler2015-05-03
|/
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* term: use an argument vector for termopen().Scott Prager2015-05-02
* vim-patch:7.4.633 #2526Florian Walch2015-04-28
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* rpcstart: check argvars, /then/ alloc argv #2462Scott Prager2015-04-23
* Add if_python3 supportShougo Matsushita2015-04-21
* Merge #2418: Remove char_u (4)Eliseo Martínez2015-04-19
|\
| * Refactor get_env() to respect const qualifierMark Bainter2015-04-18
| * Remove char_u: vim_setenv()Mark Bainter2015-04-18
| * Remove char_u: vim_getenv()Mark Bainter2015-04-17
| * Remove char_u: after_pathstep()Mark Bainter2015-04-17
* | Merge pull request #2443 from jszakmeister/fix-more-release-warningsJohn Szakmeister2015-04-18
|\ \
| * | Fix an uninitialized variable warning for call_start.Eliseo Martínez2015-04-18
| |/
* / ops.c: eliminate unneccesary static variable `y_append`Björn Linse2015-04-17
|/
* Eval: do not join a list if it's empty anyway #2441Marco Hinz2015-04-16
* eval: learn serverstart, list, and close().Scott Prager2015-04-14
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* memory: Replace klib memory pools by malloc/freeThiago de Arruda2015-04-12
* eval: Fix memory deallocation of JobEventThiago de Arruda2015-04-12
* eval: Fix `jobwait()`Thiago de Arruda2015-04-11
* eval: Fix segfault caused by passing invalid callback to jobstartThiago de Arruda2015-04-11
* Remove unused 'if_[language].txt': Clean upMichael Reed2015-04-10
* eval: do not assume a vval.v_string is nonnull.Scott Prager2015-04-08
* system(): Return an empty string if no output.Scott Prager2015-04-08
* Fix warnings: eval.c: f_termopen(): Use-after-free: MI.Eliseo Martínez2015-04-07
* Fix warnings: eval.c: f_jobstart(): Np dereference: FP.Eliseo Martínez2015-04-07
* eval: Ensure all job callbacks are invoked by `jobwait()`Thiago de Arruda2015-04-02
* eval: Add internal_refcount field to dict_TThiago de Arruda2015-04-02
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* Create new mode() value for terminal-mode ('t') #2287Harm te Hennepe2015-03-27
* eval: Improve validation of ids passed to job functionsThiago de Arruda2015-03-29
* eval: Implement `jobclose()` vimscript functionThiago de Arruda2015-03-29
* eval: Implement `jobwait()` vimscript functionThiago de Arruda2015-03-29
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29