Introduce nvim namespace: Fix project-local includes.

Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
Eliseo Martínez
2014-05-12 11:59:22 +02:00
parent e731a5edf8
commit 409cc138f2
134 changed files with 1664 additions and 1664 deletions

View File

@@ -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]);