Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}

This commit is contained in:
erw7
2019-11-16 13:50:52 +09:00
committed by Björn Linse
parent 2c8016c704
commit 8f91d709b0
7 changed files with 11 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
#include "nvim/msgpack_rpc/server.h"
#include "nvim/os/shell.h"
#ifdef WIN32
# include "nvim/os/os_win_conpty.h"
# include "nvim/os/pty_conpty_win.h"
# include "nvim/os/os_win_console.h"
#endif
#include "nvim/path.h"