mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +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_EDIT_H
|
||||
#define NEOVIM_EDIT_H
|
||||
|
||||
#include "vim.h"
|
||||
#include "nvim/vim.h"
|
||||
|
||||
/*
|
||||
* Array indexes used for cptext argument of ins_compl_add().
|
||||
|
Reference in New Issue
Block a user