mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define NEOVIM_OS_OS_H
|
||||
#include <uv.h>
|
||||
|
||||
#include "vim.h"
|
||||
#include "nvim/vim.h"
|
||||
|
||||
/// Change to the given directory.
|
||||
///
|
||||
|
Reference in New Issue
Block a user