aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.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/option.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/option.c')
-rw-r--r--src/nvim/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index 591c8234c3..014eb676a0 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -77,7 +77,7 @@
#include "nvim/window.h"
#include "nvim/os/os.h"
#ifdef WIN32
-# include "nvim/os/os_win_conpty.h"
+# include "nvim/os/pty_conpty_win.h"
#endif
#include "nvim/api/private/helpers.h"
#include "nvim/os/input.h"