mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +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_MAIN_H
|
||||
#define NEOVIM_MAIN_H
|
||||
|
||||
#include "normal.h"
|
||||
#include "nvim/normal.h"
|
||||
|
||||
void main_loop(int cmdwin, int noexmode);
|
||||
void getout(int exitval);
|
||||
|
Reference in New Issue
Block a user