summaryrefslogtreecommitdiff
path: root/vim
AgeCommit message (Collapse)Author
2016-11-19test/vim: add a few tests for registersMarc André Tanner
2016-11-19test/vim: fixup some of the previously broken testsMarc André Tanner
2016-11-19test/vim: add some hints for possible test authorsMarc André Tanner
2016-11-17test/vim: redirect both stdout and stderr to /dev/nullMarc André Tanner
This should make the list of tests more readable.
2016-11-17test: use :qall! to terminate testsMarc André Tanner
This should make sure that vis always terminates and never hangs waiting for further input. Lua errors in particular cause a new window/file to be displayed showing a detailed error message. Previously only this internal file was closed but the original file remained open and prevented vis from exiting.
2016-11-17test/vim: ignore user supplied visrc.luaMarc André Tanner
Custom key bindings might interfere with the tests.
2016-11-17test/vim: remove trailing white spaces after pre-processing keys fileMarc André Tanner
Analogous to the previous commit.
2016-11-09test/vim: test cancelation of `r` commandMarc André Tanner
2016-11-09test/vim: add test for `r` in normal/visual modeMarc André Tanner
2016-11-05test: disable test/vis and test/vim sets on non-Linux CI serversMarc André Tanner
2016-11-04test/vim: do not run these tests in continuous integration environmentMarc André Tanner
In contrast to the local enivronment they don't seem to work reliably.
2016-11-03test/vim: add more join related testsMarc André Tanner
Close #4
2016-05-01test/vim: try to force a more standardized vim environment/configuraionMarc André Tanner
2016-05-01test/vim/golf: enable test using . inside a macroMarc André Tanner
2016-04-21Move vim/prompt test to vis/promptMarc André Tanner
This does not seem to work with vim -u NONE.
2016-04-21Run vim with `-u NONE` to ignore vimrcJosh Wainwright
This might not be the best way to specify this, but the tests were failing for me as vim was using my vimrc and so picking up my own keybindings.
2016-04-19Workaround bug in +- address implementationMarc André Tanner
2016-04-19Initial import of test branch from vis repositoryMarc André Tanner