| Age | Commit message (Collapse) | Author |
|
Executing a vis:command("qall!") or similar from a Lua WIN_OPEN
event handler is a bad idea.
|
|
Close #10
|
|
The test vis/insert-mode/digraph fails with a non-UTF-8 locale. So set
LANG="en_US.UTF-8" in test script.
|
|
|
|
|
|
This reverts commit 8a366cebda597e960f1f49e245785f8fdedff0a6.
Travis is strange.
|
|
Useful for hanging tests also redirect stdout to /dev/null for
better output on Travis.
|
|
|
|
Instead of using the keys utility to convert the textual key representation
into something a terminal would send and then pipe it to vis' standard input
use the Lua API to directly feed the keys into vis' input queue.
This has a number of advantages:
- it is less fragile: the keys utility is incomplete and only handles the
most common keys
- it is faster because there is no need to artificially delay input
after an <Escape> key to give vis a chance to distinguish between
a single <Escape> and the start of an escape sequence
|
|
|