diff options
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index dffdb5950f..9f06e8c931 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -127,6 +127,8 @@ This happens when an Ex command executes an Ex command that executes an Ex command, etc. The limit is 200 or the value of 'maxfuncdepth', whatever is larger. When it's more there probably is an endless loop. Probably a |:execute| or |:source| command is involved. +Can also happen with a recursive callback function (|channel-callback|). +A limit of 20 is used here. *E254* > Cannot allocate color {name} @@ -327,7 +329,7 @@ You can switch the 'write' option on with ":set write". *E25* > Nvim does not have a built-in GUI -Neovim does not have a built in GUI, so `:gvim` and `:gui` don't work. +Nvim does not have a built in GUI, so `:gvim` and `:gui` don't work. *E49* > Invalid scroll size @@ -820,13 +822,13 @@ Type effect ~ the clipboard ("* and "+ registers) {menu-entry} what the menu is defined to in Cmdline-mode. - <LeftMouse> next page (*) + <LeftMouse> next page* Any other key causes the meaning of the keys to be displayed. -(*) Clicking the left mouse button only works: - - For the GUI: in the last line of the screen. - - When 'r' is included in 'mouse' (but then selecting text won't work). +* Clicking the left mouse button only works: + - For the GUI: in the last line of the screen. + - When 'r' is included in 'mouse' (but then selecting text won't work). Note: The typed key is directly obtained from the terminal, it is not mapped |