mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "vim.h"
|
||||
#include "sha256.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/sha256.h"
|
||||
|
||||
static void sha256_process(context_sha256_T *ctx, char_u data[64]);
|
||||
|
||||
|
Reference in New Issue
Block a user