diff options
author | erw7 <erw7.github@gmail.com> | 2017-04-02 18:32:23 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-16 09:13:44 +0200 |
commit | d3a8c4f99289f7b65a68bf9ed5eeab34aa688e0e (patch) | |
tree | fca344b1ae0315bf9eeaa58056a0f6cd933d2d2d /src/nvim/os/pty_process_win.h | |
parent | 84fb794da653fc3bcc2832816ca0cab01b4e0400 (diff) | |
download | rneovim-d3a8c4f99289f7b65a68bf9ed5eeab34aa688e0e.tar.gz rneovim-d3a8c4f99289f7b65a68bf9ed5eeab34aa688e0e.tar.bz2 rneovim-d3a8c4f99289f7b65a68bf9ed5eeab34aa688e0e.zip |
win/pty: log errors
Diffstat (limited to 'src/nvim/os/pty_process_win.h')
-rw-r--r-- | src/nvim/os/pty_process_win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os/pty_process_win.h b/src/nvim/os/pty_process_win.h index 59e0fad7f7..1a4019e654 100644 --- a/src/nvim/os/pty_process_win.h +++ b/src/nvim/os/pty_process_win.h @@ -2,7 +2,6 @@ #define NVIM_OS_PTY_PROCESS_WIN_H #include <uv.h> - #include <winpty.h> #include "nvim/event/process.h" |