Skip to content

Commit 86495cf

Browse files
committed
Update pi_zip.{txt,jax}
1 parent 6218d8f commit 86495cf

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

doc/pi_zip.jax

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim バージョン 9.1. Last change: 2023 Nov 05
1+
*pi_zip.txt* For Vim バージョン 9.1. Last change: 2025 Apr 02
22

33
+====================+
44
| Zip File Interface |
@@ -97,12 +97,14 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
9797
この行に拡張子を追加していけば対応する拡張子を増やすことができる。
9898

9999
代わりに .vimrc で *g:zipPlugin_ext* を使って変更する方法もある。現時点
100-
(11/30/15) は以下が含まれる: >
101-
102-
let g:zipPlugin_ext= '*.zip,*.jar,*.xpi,*.ja,*.war,*.ear,*.celzip,
103-
\ *.oxt,*.kmz,*.wsz,*.xap,*.docx,*.docm,*.dotx,*.dotm,*.potx,*.potm,
104-
\ *.ppsx,*.ppsm,*.pptx,*.pptm,*.ppam,*.sldx,*.thmx,*.xlam,*.xlsx,*.xlsm,
105-
\ *.xlsb,*.xltx,*.xltm,*.xlam,*.crtx,*.vdw,*.glox,*.gcsx,*.gqsx,*.epub'
100+
(2025年4月現在) は以下が含まれる: >
101+
102+
let g:zipPlugin_ext='*.aar,*.apk,*.celzip,*.crtx,*.docm,*.docx,
103+
\ *.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,
104+
\ *.odb,*.odc,*.odf,*.odg,*.odi,*.odm,*.odp,*.ods,*.odt,*.otc,*.otf,
105+
\ *.otg,*.oth,*.oti,*.otp,*.ots,*.ott,*.oxt,*.potm,*.potx,*.ppam,
106+
\ *.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.whl,*.wsz,
107+
\ *.xap,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip'
106108
107109
==============================================================================
108110
4. 開発履歴 *zip-history* {{{1

en/pi_zip.txt

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim version 9.1. Last change: 2023 Nov 05
1+
*pi_zip.txt* For Vim version 9.1. Last change: 2025 Apr 02
22

33
+====================+
44
| Zip File Interface |
@@ -100,12 +100,14 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
100100
should be treated as zip files.
101101

102102
Alternatively, one may change *g:zipPlugin_ext* in one's .vimrc.
103-
Currently (11/30/15) it holds: >
104-
105-
let g:zipPlugin_ext= '*.zip,*.jar,*.xpi,*.ja,*.war,*.ear,*.celzip,
106-
\ *.oxt,*.kmz,*.wsz,*.xap,*.docx,*.docm,*.dotx,*.dotm,*.potx,*.potm,
107-
\ *.ppsx,*.ppsm,*.pptx,*.pptm,*.ppam,*.sldx,*.thmx,*.xlam,*.xlsx,*.xlsm,
108-
\ *.xlsb,*.xltx,*.xltm,*.xlam,*.crtx,*.vdw,*.glox,*.gcsx,*.gqsx,*.epub'
103+
Currently (as of April 2025) it holds: >
104+
105+
let g:zipPlugin_ext='*.aar,*.apk,*.celzip,*.crtx,*.docm,*.docx,
106+
\ *.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,
107+
\ *.odb,*.odc,*.odf,*.odg,*.odi,*.odm,*.odp,*.ods,*.odt,*.otc,*.otf,
108+
\ *.otg,*.oth,*.oti,*.otp,*.ots,*.ott,*.oxt,*.potm,*.potx,*.ppam,
109+
\ *.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.whl,*.wsz,
110+
\ *.xap,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip'
109111
110112
==============================================================================
111113
4. History *zip-history* {{{1

0 commit comments

Comments
 (0)