mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18: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,9 +1,9 @@
|
||||
#ifndef NEOVIM_MARK_H
|
||||
#define NEOVIM_MARK_H
|
||||
|
||||
#include "buffer_defs.h"
|
||||
#include "mark_defs.h"
|
||||
#include "pos.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/mark_defs.h"
|
||||
#include "nvim/pos.h"
|
||||
|
||||
/* mark.c */
|
||||
int setmark(int c);
|
||||
|
Reference in New Issue
Block a user