mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 19:48:32 +00:00
vim-patch:8.2.4273: the EBCDIC support is outdated
Problem: The EBCDIC support is outdated.
Solution: Remove the EBCDIC support.
424bcae1fb
Also remove a comment in buf_init_chartab() as it is for enc_dbcs only.
Skip test_expr.vim: the check was already removed when patch 7.4.2265
was first ported.
This commit is contained in:
@@ -5027,9 +5027,7 @@ static void nv_brackets(cmdarg_T *cap)
|
||||
* identifier "]i" "[i" "]I" "[I" "]^I" "[^I"
|
||||
* define "]d" "[d" "]D" "[D" "]^D" "[^D"
|
||||
*/
|
||||
if (vim_strchr((char_u *)
|
||||
"iI\011dD\004",
|
||||
cap->nchar) != NULL) {
|
||||
if (vim_strchr((char_u *)"iI\011dD\004", cap->nchar) != NULL) {
|
||||
char_u *ptr;
|
||||
size_t len;
|
||||
|
||||
|
Reference in New Issue
Block a user