diff options
| author | Frede <frederikbraendstrup@gmail.com> | 2023-06-29 23:14:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 14:14:14 -0700 |
| commit | 8758c6fb875ff5446c0dff2166e9c3392c2c31d6 (patch) | |
| tree | ffb49da55af18153939c23a2f361e465d0c3adf0 /runtime/doc | |
| parent | 7968322e7a20b557631f4b496751658e80f6e7b0 (diff) | |
| download | rneovim-8758c6fb875ff5446c0dff2166e9c3392c2c31d6.tar.gz rneovim-8758c6fb875ff5446c0dff2166e9c3392c2c31d6.tar.bz2 rneovim-8758c6fb875ff5446c0dff2166e9c3392c2c31d6.zip | |
feat(defaults): set g:netrw_use_errorwindow = 0 #24179
Problem:
netrw uses a bespoke window to show messages.
Solution:
change the default so that netrw uses normal vim :echoerr
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/pi_netrw.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index dfe9032506..85ac290361 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -439,12 +439,10 @@ settings are described below, in |netrw-browser-options|, and in *g:netrw_use_errorwindow* =2: messages from netrw will use a popup window Move the mouse and pause to remove the popup window. - (default value if popup windows are available) =1 : messages from netrw will use a separate one line window. This window provides reliable delivery of messages. - (default value if popup windows are not available) - =0 : messages from netrw will use echoerr ; + =0 : (default) messages from netrw will use echoerr ; messages don't always seem to show up this way, but one doesn't have to quit the window. |