neovim

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

commit b820b0e47ec4ebb60af52afd8f90a47914381054
parent e5cd5098f8fabba41efd3b8491b264c5f73326d3
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu, 14 Nov 2024 08:08:35 +0800

Merge pull request #31204 from zeertzjq/vim-8b96858

vim-patch: doc updates
Diffstat:
Mruntime/doc/pi_netrw.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt @@ -1501,9 +1501,9 @@ For example, special handlers for links Markdown and HTML are return matchstr(getline('.')[col('.')-1:], \ '\[.\{-}\](\zs' .. g:netrw_regex_url .. '\ze\(\s\+.\{-}\)\?)') endif + return '' finally call winrestview(save_view) - return '' endtry endfunction @@ -1516,9 +1516,9 @@ For example, special handlers for links Markdown and HTML are return matchstr(getline('.')[col('.') - 1 : ], \ 'href=["'.."'"..']\?\zs\S\{-}\ze["'.."'"..']\?/\?>') endif + return '' finally call winrestview(save_view) - return '' endtry endfunction <