mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
ex_getln: Add some more tests, fix some found errors
This commit is contained in:
@@ -75,7 +75,7 @@ struct interval {
|
||||
/*
|
||||
* Like utf8len_tab above, but using a zero for illegal lead bytes.
|
||||
*/
|
||||
static uint8_t utf8len_tab_zero[256] =
|
||||
const uint8_t utf8len_tab_zero[256] =
|
||||
{
|
||||
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
|
||||
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
|
||||
|
Reference in New Issue
Block a user