mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef NEOVIM_OS_UNIX_H
|
||||
#define NEOVIM_OS_UNIX_H
|
||||
|
||||
#include "os/shell.h"
|
||||
#include "nvim/os/shell.h"
|
||||
|
||||
/* os_unix.c */
|
||||
void mch_write(char_u *s, int len);
|
||||
|
Reference in New Issue
Block a user