mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +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_MISC1_H
|
||||
#define NEOVIM_MISC1_H
|
||||
|
||||
#include "vim.h"
|
||||
#include "nvim/vim.h"
|
||||
|
||||
int open_line(int dir, int flags, int second_line_indent);
|
||||
int get_leader_len(char_u *line, char_u **flags, int backward,
|
||||
|
Reference in New Issue
Block a user