mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
ex_getln: Add some more tests, fix some found errors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef NVIM_MBYTE_H
|
||||
#define NVIM_MBYTE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -67,6 +68,8 @@ typedef struct {
|
||||
///< otherwise use '?'.
|
||||
} vimconv_T;
|
||||
|
||||
extern const uint8_t utf8len_tab_zero[256];
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "mbyte.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user