mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +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_UNDO_H
|
||||
#define NEOVIM_UNDO_H
|
||||
|
||||
#include "undo_defs.h"
|
||||
#include "nvim/undo_defs.h"
|
||||
|
||||
/* undo.c */
|
||||
int u_save_cursor(void);
|
||||
|
Reference in New Issue
Block a user