neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit f3606416f0eb36977e174c512d96542c54ff3162
parent 2e3f1069f4991d80bb9fa8f712720fe7500bbd9b
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun,  3 Nov 2024 07:19:57 +0800

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>
Diffstat:
Mruntime/doc/pi_netrw.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: