neovim

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

commit 41be1bfe05c0c36d6c3647e626d38cc115b0e679
parent d410583e7d78a31b07c1c27497c594be82c86b68
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu, 14 Nov 2024 07:21:32 +0800

vim-patch:9b05326: runtime(doc): improve indentation in examples for netrw-handler

related: vim/vim#16043

https://github.com/vim/vim/commit/9b05326afdb0359a2dd40470b2b47a6e422662e9

Co-authored-by: Christian Brabandt <cb@256bit.org>

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,7 +1501,7 @@ For example, special handlers for links Markdown and HTML are return matchstr(getline('.')[col('.')-1:], \ '\[.\{-}\](\zs' .. g:netrw_regex_url .. '\ze\(\s\+.\{-}\)\?)') endif - return '' + return '' finally call winrestview(save_view) endtry @@ -1516,7 +1516,7 @@ For example, special handlers for links Markdown and HTML are return matchstr(getline('.')[col('.') - 1 : ], \ 'href=["'.."'"..']\?\zs\S\{-}\ze["'.."'"..']\?/\?>') endif - return '' + return '' finally call winrestview(save_view) endtry