aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_win.c
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-11-16 13:50:52 +0900
committerBjörn Linse <bjorn.linse@gmail.com>2020-01-17 11:36:28 +0100
commit8f91d709b0006e3fcfa4cb59abd9b77938096d76 (patch)
treec9773ba248ca269bad73dc02f62ee2e92b2fe4d4 /src/nvim/os/pty_process_win.c
parent2c8016c7048051da9afd809b580cf8f2d2c69614 (diff)
downloadrneovim-8f91d709b0006e3fcfa4cb59abd9b77938096d76.tar.gz
rneovim-8f91d709b0006e3fcfa4cb59abd9b77938096d76.tar.bz2
rneovim-8f91d709b0006e3fcfa4cb59abd9b77938096d76.zip
Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}
Diffstat (limited to 'src/nvim/os/pty_process_win.c')
-rw-r--r--src/nvim/os/pty_process_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/pty_process_win.c b/src/nvim/os/pty_process_win.c
index 7108d9c049..64d4408ece 100644
--- a/src/nvim/os/pty_process_win.c
+++ b/src/nvim/os/pty_process_win.c
@@ -12,7 +12,7 @@
#include "nvim/memory.h"
#include "nvim/mbyte.h" // for utf8_to_utf16, utf16_to_utf8
#include "nvim/os/pty_process_win.h"
-#include "nvim/os/os_win_conpty.h"
+#include "nvim/os/pty_conpty_win.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/pty_process_win.c.generated.h"