mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
pty_process: split into plat-specific files (#3976)
This commit is contained in:

committed by
Justin M. Keyes

parent
02e6914a93
commit
6ed9d47a6e
@@ -77,7 +77,7 @@
|
||||
#include "nvim/eval/decode.h"
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/event/libuv_process.h"
|
||||
#include "nvim/event/pty_process.h"
|
||||
#include "nvim/os/pty_process.h"
|
||||
#include "nvim/event/rstream.h"
|
||||
#include "nvim/event/wstream.h"
|
||||
#include "nvim/event/time.h"
|
||||
|
Reference in New Issue
Block a user