1 2 3 4 5 6 7
#pragma once #ifdef MSWIN # include "nvim/os/pty_proc_win.h" #else # include "nvim/os/pty_proc_unix.h" #endif