mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <stdio.h> // for snprintf().
|
||||
|
||||
#include "nvim/sha256.h" // for context_sha256_T
|
||||
#include "nvim/vim.h" // for STRCPY()/STRLEN().
|
||||
#include "nvim/vim.h" // for STRCPY()/strlen().
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "sha256.c.generated.h"
|
||||
|
Reference in New Issue
Block a user