diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-03 07:19:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 07:19:57 +0800 |
commit | f3606416f0eb36977e174c512d96542c54ff3162 (patch) | |
tree | 2ebeb82e19f7e67fde22d72bb6c023866f18d1da | |
parent | 2e3f1069f4991d80bb9fa8f712720fe7500bbd9b (diff) | |
download | rneovim-f3606416f0eb36977e174c512d96542c54ff3162.tar.gz rneovim-f3606416f0eb36977e174c512d96542c54ff3162.tar.bz2 rneovim-f3606416f0eb36977e174c512d96542c54ff3162.zip |
vim-patch:a95d6a3: runtime(doc): remove stray sentence in pi_netrw.txt (#31053)
closes: vim/vim#15971
https://github.com/vim/vim/commit/a95d6a3d641dd065cccb1e76863dd3450ee5ce04
Co-authored-by: S. B. Tam <cpplearner@outlook.com>
-rw-r--r-- | runtime/doc/pi_netrw.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index 8db15df004..f8712f7d2e 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1538,7 +1538,7 @@ OPENING FILES AND LAUNCHING APPS *netrw-gx* *:Open* *:Launch* {{ Netrw determines which special handler by the following method: * if |g:netrw_browsex_viewer| exists, then it will be used to attempt to - view files. Examples of useful settings (place into your <.vimrc>): + view files. If the viewer you wish to use does not support handling of a remote URL directory, set |g:netrw_browsex_support_remote| to 0. * otherwise: |