aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* 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
* terminal.c:redraw(): Avoid invalid cursor col (#6379)Justin M. Keyes2017-03-29
* vim-patch:7.4.2343 and mark NA patches (#6384)lonerover2017-03-29
* terminal: global 'scrollback' #6352Jakob Schnitzer2017-03-27
* highlight: :match should override 'list' (#6343)Yichao Zhou2017-03-26
* Merge #6221Justin M. Keyes2017-03-25
|\
| * Robustly handle folds during a :move commandMatthew Malcomson2017-03-23
* | vim-patch:8.0.0259Justin M. Keyes2017-03-22
|/
* clipboard: set v:register after startup (#5708)Björn Linse2017-03-18
* test/put_spec: 2x speedup (#6294)Matthew Malcomson2017-03-18
* terminal: Support extra arguments in 'shell'. #4504Jack Bracewell2017-03-17
* Merge #6087 from justinmk/defaultsJustin M. Keyes2017-03-17
|\
| * defaults: 'showcmd', 'belloff', 'ruler'Justin M. Keyes2017-03-16
* | job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
|/
* test/termclose: Avoid indeterminism (#6281)Justin M. Keyes2017-03-15
* api: add detailed checks for compatibility and correct "since" valueBjörn Linse2017-03-15
* api: add api_level_1 fixureBjörn Linse2017-03-15
* Merge #6254 'vim-patch:7.4.2135,7.4.2144,7.4.2151'Justin M. Keyes2017-03-15
|\
| * vim-patch:7.4.2135lonerover2017-03-11
* | DirChanged: avoid redundant events on 'autochdir'Justin M. Keyes2017-03-12
* | DirChanged: trigger when switching scopesJustin M. Keyes2017-03-12
* | DirChanged: Publish _after_ updating win/tab CWD.Justin M. Keyes2017-03-12
* | test/scrollback: wiggle-room (#6256)Justin M. Keyes2017-03-11
* | rplugin: Call s:LoadRemotePlugins() on startup.Justin M. Keyes2017-03-11
|/
* test/let_spec: self-referencing List. (#6228)Justin M. Keyes2017-03-08
* Merge pull request #6225 from jamessan/vim-7.4.2051James McCoy2017-03-07
|\
| * vim-patch:7.4.2051James McCoy2017-03-06
* | api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019Matthew Malcomson2017-03-07
* | test: backtick expansion #6218Justin M. Keyes2017-03-06
|/
* terminal.c: Reset cursor postion when using termopen() (#6212)oni-link2017-03-04
* vim-patch:8.0.0388Matthew Malcomson2017-03-02
* test: luacheck updateJustin M. Keyes2017-03-01
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* Merge #6191 from jamessan/vim-42ebd06Justin M. Keyes2017-02-28
|\
| * vim-patch:7.4.2095James McCoy2017-02-27
* | test: Refactor fold tests (#5993)Matthieu Coudron2017-02-28
|/
* edit.c: CTRL-SPC: Insert previously-inserted text. #6090Matthew Malcomson2017-02-28
* vim-patch:7.4.2200James McCoy2017-02-27
* 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