mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07: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:
@@ -1,8 +1,8 @@
|
||||
#ifndef NEOVIM_MISC2_H
|
||||
#define NEOVIM_MISC2_H
|
||||
|
||||
#include "func_attr.h"
|
||||
#include "os/shell.h"
|
||||
#include "nvim/func_attr.h"
|
||||
#include "nvim/os/shell.h"
|
||||
|
||||
/* misc2.c */
|
||||
int virtual_active(void);
|
||||
|
Reference in New Issue
Block a user