mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
viml/parser/expressions: Add support for string parsing
This commit is contained in:
@@ -73,6 +73,8 @@ typedef struct {
|
||||
|
||||
extern const uint8_t utf8len_tab_zero[256];
|
||||
|
||||
extern const uint8_t utf8len_tab[256];
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "mbyte.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user