Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | shell: Unquote &shell* options before using them | ZyX | 2016-01-11 |
| | |||
* | test/unit: clean up according to luacheck | Marco Hinz | 2015-11-23 |
| | |||
* | test: os_system: spec for non-zero exit. #3419 | Russ Adams | 2015-10-04 |
| | |||
* | event loop: New abstraction layer with refactored time/signal API | Thiago de Arruda | 2015-07-17 |
| | | | | | | | | | | - Add event loop abstraction module under src/nvim/event. The src/nvim/event/loop module replaces src/nvim/os/event - Remove direct dependency on libuv signal/timer API and use the new abstraction instead. - Replace all references to uv_default_loop() by &loop.uv, a new global variable that wraps libuv main event loop but allows the event loop functions to be reused in other contexts. | ||
* | unify jobstart, termopen, and system interfaces | Scott Prager | 2015-05-02 |
| | | | | | | | | | | | | | | | | | For any of these functions, if {cmd} is a string, execute "&shell &shellcmdflag '{cmd}'", or simply {cmd} if it's a list. In termopen(), if the 'name' option is not supplied, try to guess using '{cmd}' (string) or {cmd}[0] (list). Simplify ex_terminal to use the string form of termopen(). termopen: get name from argument Convert list_to_argv to tv_to_argv. Helped-by: Björn Linse <@bfredl> Helped-by: oni-link <knil.ino@gmail.com> Helped-by: Thiago de Arruda <@tarruda> | ||
* | unit tests: initialize everything | Justin M. Keyes | 2014-09-11 |
| | |||
* | test/shell: add tests | Nicolas Hillegeer | 2014-07-27 |
- The calls to (partially) initialize logging need to go. Blocked on #981. |