mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08: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:
@@ -4,9 +4,9 @@
|
||||
|
||||
#include <uv.h>
|
||||
|
||||
#include "os/time.h"
|
||||
#include "vim.h"
|
||||
#include "term.h"
|
||||
#include "nvim/os/time.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/term.h"
|
||||
|
||||
static uv_mutex_t delay_mutex;
|
||||
static uv_cond_t delay_cond;
|
||||
|
Reference in New Issue
Block a user