ex_getln: Add some more tests, fix some found errors

This commit is contained in:
ZyX
2017-03-26 17:25:03 +03:00
parent 3d25200127
commit d82741f8c0
4 changed files with 320 additions and 23 deletions

View File

@@ -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