aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * test/uname(): always lowercaseJustin M. Keyes2019-09-01
| * test/OpenBSD: skip some testsJustin M. Keyes2019-09-01
| * test: shell-test.c: flush all streamsJustin M. Keyes2019-09-01
| * screen.lua: dump payload on handler failureJustin M. Keyes2019-09-01
| * test: "can have two timers": retry()Justin M. Keyes2019-09-01
| * CI/OpenBSD: run functional testsEdd Barrett2019-09-01
* | vim-patch:8.0.0858: check if job terminal is running #10908Jan Edmund Lazo2019-09-01
* | API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes2019-09-01
* | vim-patch:8.0.1653: screen dump is made too soon (#10911)Jan Edmund Lazo2019-09-02
|/
* PVS/V547: Expression is always falseJustin M. Keyes2019-09-02
* API: make nvim_win_set_option() set window-global, not buffer-local #9110Björn Linse2019-09-01
* Merge #10896 'paste: one undo-block'Justin M. Keyes2019-09-01
|\
| * paste: redraw at endJustin M. Keyes2019-09-02
| * paste: one undo-block per streamJustin M. Keyes2019-09-02
* | vim-patch:8.0.1534: C syntax test fails in gvim #10909Jan Edmund Lazo2019-09-01
|/
* Merge pull request #10382 from abdelhakeem/waituntilBjörn Linse2019-09-01
|\
| * fixup! eval: add wait() testAbdelhakeem2019-09-01
| * eval: add wait() testAbdelhakeem2019-09-01
| * eval: add wait()Abdelhakeem2019-09-01
|/
* Merge pull request #10400 from bfredl/msg_gridBjörn Linse2019-09-01
|\
| * screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
| * test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
| * screen: use dedicated message gridBjörn Linse2019-09-01
| * batch draw :lsBjörn Linse2019-09-01
| * test/ui: make screen:expect() print full state when height does not matchBjörn Linse2019-09-01
* | Merge #10733 from justinmk/test-fixesJustin M. Keyes2019-09-01
|\ \
| * | test: assert_alive()Justin M. Keyes2019-09-01
| * | test: use shell-test (avoid system shell)Justin M. Keyes2019-09-01
| * | test/inccommand_spec: avoid indeterminismJustin M. Keyes2019-09-01
* | | Merge #10906 from janlazo/vim-8.0.1241Justin M. Keyes2019-09-01
|\ \ \ | |/ / |/| |
| * | vim-patch:8.0.1260: using global variables for WaitFor()Jan Edmund Lazo2019-09-01
| * | vim-patch:8.0.1246: popup test has an arbitrary delayJan Edmund Lazo2019-09-01
| * | vim-patch:8.0.1241: popup test is flakyJan Edmund Lazo2019-09-01
| |/
* | vim-patch:8.1.0141: :cexpr no longer jumps to the first error #10901Marco Hinz2019-09-01
* | vim-patch:8.0.1217: remote eval to inspect vars in :debug #10903Jan Edmund Lazo2019-09-01
|/
* vim-patch:8.1.1950: using NULL pointer after an out-of-memory (#10902)Jan Edmund Lazo2019-08-31
* Merge pull request #10878 from bfredl/pastedeferBjörn Linse2019-08-31
|\
| * tui/input: remove "cancel paste" logic which should be redundantBjörn Linse2019-08-31
| * api: make nvim_put support "\022{NUM}" regtype as returned by getregtype()Björn Linse2019-08-31
| * events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
| * tui/input: defer nvim_paste properly.Björn Linse2019-08-31
|/
* vim-patch:8.1.1947: when executing one test the report doesn't show it #10893Daniel Hahler2019-08-30
* vim-patch:8.1.1941: getftype() test fails on Mac #10894Daniel Hahler2019-08-30
* vim-patch:cb00f0393 (#10892)Daniel Hahler2019-08-30
* vim-patch:8.0.0930: terminal buffers are stored in the viminfo file (#10889)Jaskaran Singh2019-08-30
* scripts/vim-patch.sh: massage args for git-log [ci skip] (#10888)Daniel Hahler2019-08-30
* vim-patch:8.1.0950: using :python sets 'pyxversion' even when not executed (#...Daniel Hahler2019-08-30
* vim-patch:8.1.0212: preferred cursor column not set in interfaces (#10890)Daniel Hahler2019-08-30
* Merge #10884 'API: nvim_paste: add `crlf` parameter'Justin M. Keyes2019-08-30
|\
| * test: vim.paste() cancelJustin M. Keyes2019-08-30