diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-01-01 13:03:06 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-01-01 13:11:54 -0500 |
commit | abaabd1d03fd723630f6addeadee9928faa4cdde (patch) | |
tree | 71eefad0cab65912368f88de4170363a0ba24b09 /runtime | |
parent | 5f0d5ec9852cf82c9b865ac2d3cf7f6e131adf4a (diff) | |
download | rneovim-abaabd1d03fd723630f6addeadee9928faa4cdde.tar.gz rneovim-abaabd1d03fd723630f6addeadee9928faa4cdde.tar.bz2 rneovim-abaabd1d03fd723630f6addeadee9928faa4cdde.zip |
vim-patch:8.2.0074: Python 3 unicode test someitmes fails
Problem: Python 3 unicode test someitmes fails.
Solution: Make 'termencoding' empty. Correct number of error message.
https://github.com/vim/vim/commit/4b7cdca23035eacf6cd0e30b90546cf32f7efe9e
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/message.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 98e45ac6da..43b1eb5e0c 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -69,7 +69,7 @@ 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* *E950* > + *E323* *E341* *E473* *E570* *E685* *E292* > Add to read buffer makemap: Illegal mode Cannot create BalloonEval with both message and callback |