mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fixup! remove DYNAMIC_ICONV
Code for "DYNAMIC_ICONV" macro was dead since v0.3.0.
d87e5d7016
This commit is contained in:
parent
e98eba9086
commit
de74fcc74c
@ -73,9 +73,6 @@ struct interval {
|
|||||||
# include "unicode_tables.generated.h"
|
# include "unicode_tables.generated.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char_u e_loadlib[] = "E370: Could not load library %s";
|
|
||||||
char_u e_loadfunc[] = "E448: Could not load library function %s";
|
|
||||||
|
|
||||||
// To speed up BYTELEN(); keep a lookup table to quickly get the length in
|
// To speed up BYTELEN(); keep a lookup table to quickly get the length in
|
||||||
// bytes of a UTF-8 character from the first byte of a UTF-8 string. Bytes
|
// bytes of a UTF-8 character from the first byte of a UTF-8 string. Bytes
|
||||||
// which are illegal when used as the first byte have a 1. The NUL byte has
|
// which are illegal when used as the first byte have a 1. The NUL byte has
|
||||||
|
Loading…
Reference in New Issue
Block a user