mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07: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"
|
||||
#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
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user