Skip to content

Commit 9b05326

Browse files
committed
runtime(doc): improve indentation in examples for netrw-handler
related: #16043 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 8b96858 commit 9b05326

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/pi_netrw.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ For example, special handlers for links Markdown and HTML are
15051505
return matchstr(getline('.')[col('.')-1:],
15061506
\ '\[.\{-}\](\zs' .. g:netrw_regex_url .. '\ze\(\s\+.\{-}\)\?)')
15071507
endif
1508-
return ''
1508+
return ''
15091509
finally
15101510
call winrestview(save_view)
15111511
endtry
@@ -1520,7 +1520,7 @@ For example, special handlers for links Markdown and HTML are
15201520
return matchstr(getline('.')[col('.') - 1 : ],
15211521
\ 'href=["'.."'"..']\?\zs\S\{-}\ze["'.."'"..']\?/\?>')
15221522
endif
1523-
return ''
1523+
return ''
15241524
finally
15251525
call winrestview(save_view)
15261526
endtry

0 commit comments

Comments
 (0)