aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* tests: fix "api nvim_get_proc_children returns child process ids" (#10296)Daniel Hahler2019-06-22
* channel: refactor events, prevent recursive invocation of eventsBjörn Linse2019-06-18
* messages: fix crash with msg_advance when using ext_messagesBjörn Linse2019-06-16
* messages: support shortmess-=S in ext_messagesBjörn Linse2019-06-16
* api/lua: add on_detach to nvim_buf_attachBjörn Linse2019-06-15
* ci: AppVeyor: fix cov job, remove duplicate non-cov one (#10217)Daniel Hahler2019-06-14
* tests: increase timeout with "timers doesn't mess up the cmdline" (#10212)Daniel Hahler2019-06-13
* tui: support rgba background detection (#10205)Harm te Hennepe2019-06-13
* main: do event_init before early_init #10183Daniel Hahler2019-06-12
* TUI: set os/input.c:global_fd to input->in_fd #10174erw72019-06-10
* lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao2019-06-10
* defaults: exclude "S" from 'shortmess' #10136Justin M. Keyes2019-06-07
* lua: docs and tests for vim.scheduleBjörn Linse2019-06-05
* Merge pull request #10117 from bfredl/ctrl-o_eventBjörn Linse2019-06-04
|\
| * normal: Don't exit CTRL-O mode after processing K_EVENTBjörn Linse2019-06-04
* | Merge pull request #9170 from bfredl/lua_cbBjörn Linse2019-06-04
|\ \ | |/ |/|
| * api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* | Fix issue where test failserw72019-06-04
* | Merge #9338 'vim-patch:8.1.{569,571}'Justin M. Keyes2019-06-03
|\ \ | |/ |/|
| * functionaltests: fix new execute() testsJan Edmund Lazo2019-06-03
| * update functional test for "places cursor correctly #6035"Sha Liu2019-06-03
| * UI: Fix wrong msg_col after execute()Sha Liu2019-06-03
* | api/buffer: create new buffers in the "opened" stateBjörn Linse2019-06-03
* | test: don't detach screen just to change the sizeBjörn Linse2019-06-03
* | Add testJit Yao Yap2019-06-03
|/
* test: avoid some boilerplateJustin M. Keyes2019-06-03
* Make sure msg_clear is sent after confirm message (#10065)Ville Hakulinen2019-06-02
* [RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)Jit2019-06-02
* test: cleanup, reduce verbosityJustin M. Keyes2019-06-01
* UI/ext_messages: restore kind=quickfix #10067Justin M. Keyes2019-05-27
* Merge #10059 from jerdna-regeiz/vim-8.1.0614Justin M. Keyes2019-05-26
|\
| * vim-patch:8.1.0701: sign message not translated and inconsistent spacingAndrej Zieger2019-05-26
| * vim-patch:8.1.0614: placing signs can be complicatedAndrej Zieger2019-05-26
* | UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804Jit2019-05-26
|/
* Merge pull request #9547 from bfredl/rpc_multiline_errBjörn Linse2019-05-26
|\
| * messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* | vim-patch:8.1.0211: expanding a file name "~" results in $HOMEJan Edmund Lazo2019-05-25
|/
* refactor: introduce XFREE_CLEAR()Justin M. Keyes2019-05-25
* lua/shared: share trim() implJustin M. Keyes2019-05-20
* Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes2019-05-20
|\
| * test: move trim to global helpersSaid Al Attrach2019-03-30
| * test: make first attempt at some kind of testSaid Al Attrach2019-03-24
* | lua/shared: share deepcopy() with test/*Justin M. Keyes2019-05-19
* | lua/shared: move table util funcs to vim.sharedJustin M. Keyes2019-05-18
* | test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* | test: share implementation of testdir/load.vimJustin M. Keyes2019-05-18
* | lua/stdlib: Introduce vim.sharedJustin M. Keyes2019-05-18
* | test: Extend {unit,functional}.helpers with global helpersJustin M. Keyes2019-05-18
* | Merge pull request #9883 from bfredl/termredrawBjörn Linse2019-05-14
|\ \
| * | ui/terminal: make terminal state redraw like any other stateBjörn Linse2019-05-14