Skip to content

Update pi_netrw.{txt,jax} #1818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/pi_netrw.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_netrw.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
*pi_netrw.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12

------------------------------------------------
NETRW REFERENCE MANUAL by Charles E. Campbell
Expand Down Expand Up @@ -1469,9 +1469,9 @@ html, gif, jpeg, (word/office) doc などのファイルは専用ハンドラ (
return matchstr(getline('.')[col('.')-1:],
\ '\[.\{-}\](\zs' .. g:netrw_regex_url .. '\ze\(\s\+.\{-}\)\?)')
endif
return ''
finally
call winrestview(save_view)
return ''
endtry
endfunction

Expand All @@ -1484,9 +1484,9 @@ html, gif, jpeg, (word/office) doc などのファイルは専用ハンドラ (
return matchstr(getline('.')[col('.') - 1 : ],
\ 'href=["'.."'"..']\?\zs\S\{-}\ze["'.."'"..']\?/\?>')
endif
return ''
finally
call winrestview(save_view)
return ''
endtry
endfunction
<
Expand Down
6 changes: 3 additions & 3 deletions en/pi_netrw.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_netrw.txt* For Vim version 9.1. Last change: 2024 Nov 09
*pi_netrw.txt* For Vim version 9.1. Last change: 2024 Nov 12

------------------------------------------------
NETRW REFERENCE MANUAL by Charles E. Campbell
Expand Down Expand Up @@ -1505,9 +1505,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

Expand All @@ -1520,9 +1520,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
<
Expand Down