Hi Attached patch removes the reference to error E256 in runtime/doc/message.txt. The E256 error was removed a long time ago in hangul.c in patch 8.1.2327.
Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_jGuRP0dCfRJWjXvGXahqP9UPzcrLRj6nOses%2BqyasW%3DQ%40mail.gmail.com.
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 5024b3e1e..eb7f1ee72 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -75,9 +75,9 @@ See `:messages` above. LIST OF MESSAGES - *E222* *E228* *E232* *E256* *E293* *E298* *E304* *E317* - *E318* *E356* *E438* *E439* *E440* *E316* *E320* *E322* - *E323* *E341* *E473* *E570* *E685* *E292* > + *E222* *E228* *E232* *E293* *E298* *E304* *E317* *E318* + *E356* *E438* *E439* *E440* *E316* *E320* *E322* *E323* + *E341* *E473* *E570* *E685* *E292* > Add to read buffer makemap: Illegal mode Cannot create BalloonEval with both message and callback
