mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef NEOVIM_INDENT_C_H
|
||||
#define NEOVIM_INDENT_C_H
|
||||
#include "vim.h"
|
||||
#include "nvim/vim.h"
|
||||
int cin_islabel(void);
|
||||
int cin_iscase(char_u *s, int strict);
|
||||
int cin_isscopedecl(char_u *s);
|
||||
|
Reference in New Issue
Block a user