Yasuhiro Matsumoto
7f7d829784
set err_mode
2017-02-23 01:33:46 +09:00
Yasuhiro Matsumoto
7dd874e90c
avoid error when string not have \t
2017-02-22 16:40:24 +09:00
Yasuhiro Matsumoto
5b2a6e1fb5
now s:system() return two values instead of s:system_with_error()
2017-02-21 18:41:18 +09:00
Yasuhiro Matsumoto
ed4c8611d3
add system_with_error for handling v:shell_error using job
2017-02-21 13:24:18 +09:00
Yasuhiro Matsumoto
90ad03408e
use job for s:system() on vim8
2017-02-15 21:13:00 +09:00
Yasuhiro Matsumoto and Junegunn Choi
b32169ff30
Use job_start on vim
...
Close #498
Close #534
2016-10-17 16:16:03 +09:00
Yasuhiro Matsumoto and Junegunn Choi
060c0e6d6c
Enable multi-thread on windows
...
Specify PIPE as stdin for subprocess.Pipe for gvim.exe.
Also fixes some ruby implementation.
* windows doesn't have pgrep.
* windows can't handle SIGTERM.
* windows can't handle /dev/null
* redraw always
2015-12-10 01:00:42 +09:00