mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "api/defs.h"
|
||||
#include "nvim/api/defs.h"
|
||||
|
||||
/// Gets the buffer line count
|
||||
///
|
||||
|
Reference in New Issue
Block a user