mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +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_SYNTAX_DEFS_H
|
||||
#define NEOVIM_SYNTAX_DEFS_H
|
||||
|
||||
#include "regexp_defs.h"
|
||||
#include "nvim/regexp_defs.h"
|
||||
|
||||
/* struct passed to in_id_list() */
|
||||
struct sp_syn {
|
||||
|
Reference in New Issue
Block a user