aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval
Commit message (Expand)AuthorAge
...
* functests: Try sleeping a bit moreZyX2017-03-29
* eval: Fix extend() behaviour with NULL lists and dictionariesZyX2017-03-29
* eval/typval: Fix SEGV in test_alot.vim testZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* functests: Fix buf_functions test on WindowsZyX2017-03-29
* eval/typval: Add tv_list_equal() tests, compare NULL lists equalZyX2017-03-29
* eval/typval,tests: Fix extending list with itself, add testsZyX2017-03-29
* eval/typval: Make tv_list_concat handle NULL lists correctlyZyX2017-03-29
* functests: Add null_spec.lua from #4615ZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move get_tv_lnum and get_tv_float to eval/typval.hZyX2017-03-29
* eval: Make setmatches() return -1 in case of some failuresZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* functests: Add tests for some *buf* functionsZyX2017-03-29
* test/let_spec: self-referencing List. (#6228)Justin M. Keyes2017-03-08
* test: backtick expansion #6218Justin M. Keyes2017-03-06
* Merge #6112 from ZyX-I/split-eval'/buf_get_changedtickJustin M. Keyes2017-02-27
|\
| * *: Fix linter errorsZyX2017-02-23
| * api: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
| * eval: Forbid (un)locking b:changedtickZyX2017-02-23
| * eval: Make sure `islocked('b:.changedtick')` does not error outZyX2017-02-23
| * eval: Specify more precise len for var_check_ro in get_lvalZyX2017-02-23
| * functests: Add some more testsZyX2017-02-23
| * buffer: Forbid unletting b:changedtickZyX2017-02-23
| * eval: Refactor item_lockZyX2017-02-23
| * eval: Make sure that b:changedtick may not be unlocked via :unlo b:varZyX2017-02-23
| * functests: Add testsZyX2017-02-23
* | Merge #6111 from ZyX-I/split-eval'/os-fileioJustin M. Keyes2017-02-27
|\ \ | |/ |/|
| * eval: Fix error messages from writefileZyX2017-02-14
| * eval: writefile: Give more adequate IO errors and do not call putc()ZyX2017-02-14
* | eval.c: has("unnamedplus"). (#6136)Kurt Bonatz2017-02-18
* | *: Partial string handling refactoringZyX2017-02-15
|/
* eval: Add id() function and make printf("%p") return something useful (#6095)Nikolai Aleksandrovich Pavlov2017-02-11
* test: executable(): AppVeyor: Ignore "sibling" failureJustin M. Keyes2017-02-04
* win: executable(): full path without extensionJustin M. Keyes2017-02-04
* vim-patch:8.0.0280Justin M. Keyes2017-02-04
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* test: executable()Rui Abreu Ferreira2017-02-04
* Merge pull request #6050 from jamessan/fix-xclip-testsJames McCoy2017-02-03
|\
| * test: Turn printargs_path into a functionJames McCoy2017-02-02
| * test: Make xclip exit after one selection requestJames McCoy2017-02-02
* | test: execute() + :redirJustin M. Keyes2017-02-01
* | execute: Correctly capture output with highlight attributesJames McCoy2017-02-01
|/
* test/timer_spec.lua: Relax expected count.Justin M. Keyes2017-01-19
* setpos(): Set lowercase mark in other buffers (#5753)Matthew Malcomson2017-01-15
* Windows: enable more testsJustin M. Keyes2017-01-13
* test: system([...]): v:shell_errorJustin M. Keyes2017-01-11
* system([...]): Set v:shell_error=-1 if not executable.Rui Abreu Ferreira2017-01-11
* test: system([...])Rui Abreu Ferreira2017-01-11