From: Christian Brabandt Date: Wed, 13 Nov 2024 16:14:39 +0000 (+0100) Subject: runtime(doc): improve indentation in examples for netrw-handler X-Git-Tag: v9.1.0862~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b05326afdb0359a2dd40470b2b47a6e422662e9;p=thirdparty%2Fvim.git runtime(doc): improve indentation in examples for netrw-handler related: #16043 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index ae0fc65c91..a783fe9ac3 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1505,7 +1505,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 @@ -1520,7 +1520,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