comparison runtime/doc/message.txt @ 27459:5825405e4e2c

Update runtime files Commit: https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 29 22:20:48 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 23:30:04 +0100
parents 3649b5a6b1b6
children dc4de65a7fb7
comparison
equal deleted inserted replaced
27458:2a7fc102cb91 27459:5825405e4e2c
1 *message.txt* For Vim version 8.2. Last change: 2022 Jan 19 1 *message.txt* For Vim version 8.2. Last change: 2022 Jan 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
80 *E318* *E356* *E438* *E439* *E440* *E316* *E320* *E322* 80 *E318* *E356* *E438* *E439* *E440* *E316* *E320* *E322*
81 *E323* *E341* *E473* *E570* *E685* *E292* 81 *E323* *E341* *E473* *E570* *E685* *E292*
82 Add to read buffer ~ 82 Add to read buffer ~
83 makemap: Illegal mode ~ 83 makemap: Illegal mode ~
84 Cannot create BalloonEval with both message and callback ~ 84 Cannot create BalloonEval with both message and callback ~
85 Hangul automata ERROR ~
86 block was not locked ~ 85 block was not locked ~
87 Didn't get block nr {N}? ~ 86 Didn't get block nr {N}? ~
88 ml_upd_block0(): Didn't get block 0?? ~ 87 ml_upd_block0(): Didn't get block 0?? ~
89 pointer block id wrong {N} ~ 88 pointer block id wrong {N} ~
90 Updated too many blocks? ~ 89 Updated too many blocks? ~
91 get_varp ERROR ~ 90 get_varp ERROR ~
92 u_undo: line numbers wrong ~ 91 u_undo: line numbers wrong ~
93 undo list corrupt ~ 92 undo list corrupt ~
94 undo line missing ~ 93 undo line missing ~
95 ml_get: cannot find line {N} ~ 94 ml_get: cannot find line {N} in buffer {nr} {name} ~
96 cannot find line {N} ~
97 line number out of range: {N} past the end ~ 95 line number out of range: {N} past the end ~
98 line count wrong in block {N} ~ 96 line count wrong in block {N} ~
99 Internal error ~ 97 Internal error: lalloc(0, ) ~
100 Internal error: {function} ~ 98 Internal error: {function} ~
99 Internal error in regexp ~
101 fatal error in cs_manage_matches ~ 100 fatal error in cs_manage_matches ~
102 Invalid count for del_bytes(): {N} ~ 101 Invalid count for del_bytes(): {N} ~
103 102
104 This is an internal error. If you can reproduce it, please send in a bug 103 This is an internal error. If you can reproduce it, please send in a bug
105 report. |bugs| 104 report. |bugs|
726 An Ex command or function has been executed, but an invalid argument has been 725 An Ex command or function has been executed, but an invalid argument has been
727 specified. 726 specified.
728 727
729 *E488* 728 *E488*
730 Trailing characters ~ 729 Trailing characters ~
730 Trailing characters: {text} ~
731 731
732 An argument has been added to an Ex command that does not permit one. 732 An argument has been added to an Ex command that does not permit one.
733 Or the argument has invalid characters and has not been recognized. 733 Or the argument has invalid characters and has not been recognized.
734 734
735 *E477* *E478* 735 *E477* *E478*
796 This is an (incomplete) overview of various messages that Vim gives: 796 This is an (incomplete) overview of various messages that Vim gives:
797 797
798 *hit-enter* *press-enter* *hit-return* 798 *hit-enter* *press-enter* *hit-return*
799 *press-return* *hit-enter-prompt* 799 *press-return* *hit-enter-prompt*
800 800
801 Press ENTER or type command to continue 801 Press ENTER or type command to continue ~
802 802
803 This message is given when there is something on the screen for you to read, 803 This message is given when there is something on the screen for you to read,
804 and the screen is about to be redrawn: 804 and the screen is about to be redrawn:
805 - After executing an external command (e.g., ":!ls" and "="). 805 - After executing an external command (e.g., ":!ls" and "=").
806 - Something is displayed on the status line that is longer than the width of 806 - Something is displayed on the status line that is longer than the width of