Skip to content

Commit

Permalink
Merge pull request #1818 from h-east/update-pi_netrw
Browse files Browse the repository at this point in the history
Update pi_netrw.{txt,jax}
  • Loading branch information
h-east authored Nov 14, 2024
2 parents 1e8c862 + 51a3f59 commit 02d30ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 02d30ff

Please sign in to comment.