| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-19 | test/vim: add a few tests for registers | Marc André Tanner | 10 | -0/+58 | |
| 2016-11-19 | test/vim: fixup some of the previously broken tests | Marc André Tanner | 2 | -4/+5 | |
| 2016-11-19 | test/vim: add some hints for possible test authors | Marc André Tanner | 1 | -2/+23 | |
| 2016-11-17 | test/vim: redirect both stdout and stderr to /dev/null | Marc André Tanner | 1 | -1/+1 | |
| This should make the list of tests more readable. | |||||
| 2016-11-17 | test: use :qall! to terminate tests | Marc André Tanner | 1 | -1/+1 | |
| 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-17 | test/vim: ignore user supplied visrc.lua | Marc André Tanner | 2 | -0/+2 | |
| Custom key bindings might interfere with the tests. | |||||
| 2016-11-17 | test/vim: remove trailing white spaces after pre-processing keys file | Marc André Tanner | 1 | -1/+1 | |
| Analogous to the previous commit. | |||||
| 2016-11-09 | test/vim: test cancelation of `r` command | Marc André Tanner | 1 | -0/+2 | |
| 2016-11-09 | test/vim: add test for `r` in normal/visual mode | Marc André Tanner | 2 | -0/+13 | |
| 2016-11-05 | test: disable test/vis and test/vim sets on non-Linux CI servers | Marc André Tanner | 1 | -5/+0 | |
| 2016-11-04 | test/vim: do not run these tests in continuous integration environment | Marc André Tanner | 1 | -0/+5 | |
| In contrast to the local enivronment they don't seem to work reliably. | |||||
| 2016-11-03 | test/vim: add more join related tests | Marc André Tanner | 10 | -0/+57 | |
| Close #4 | |||||
| 2016-05-01 | test/vim: try to force a more standardized vim environment/configuraion | Marc André Tanner | 1 | -1/+1 | |
| 2016-05-01 | test/vim/golf: enable test using . inside a macro | Marc André Tanner | 1 | -0/+0 | |
| 2016-04-21 | Move vim/prompt test to vis/prompt | Marc André Tanner | 2 | -9/+0 | |
| This does not seem to work with vim -u NONE. | |||||
| 2016-04-21 | Run vim with `-u NONE` to ignore vimrc | Josh Wainwright | 1 | -0/+1 | |
| 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-19 | Workaround bug in +- address implementation | Marc André Tanner | 1 | -2/+2 | |
| 2016-04-19 | Initial import of test branch from vis repository | Marc André Tanner | 98 | -0/+1163 | |
