]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update pi_zip.txt with current list of zip file extensions
authorChristian Brabandt <cb@256bit.org>
Wed, 2 Apr 2025 18:26:38 +0000 (20:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 2 Apr 2025 18:28:23 +0000 (20:28 +0200)
closes: #17037

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/pi_zip.txt

index 2e98becf1819c4bf310ad90a3d3557490fa43159..efe108bdc71ed043b15b3398baabab396164a590 100644 (file)
@@ -1,4 +1,4 @@
-*pi_zip.txt*   For Vim version 9.1.  Last change: 2023 Nov 05
+*pi_zip.txt*   For Vim version 9.1.  Last change: 2025 Apr 02
 
                                +====================+
                                | Zip File Interface |
@@ -100,12 +100,14 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell      *zip-copyright*
    should be treated as zip files.
 
    Alternatively, one may change *g:zipPlugin_ext* in one's .vimrc.
-   Currently (11/30/15) it holds: >
-
-       let g:zipPlugin_ext= '*.zip,*.jar,*.xpi,*.ja,*.war,*.ear,*.celzip,
-       \ *.oxt,*.kmz,*.wsz,*.xap,*.docx,*.docm,*.dotx,*.dotm,*.potx,*.potm,
-       \ *.ppsx,*.ppsm,*.pptx,*.pptm,*.ppam,*.sldx,*.thmx,*.xlam,*.xlsx,*.xlsm,
-       \ *.xlsb,*.xltx,*.xltm,*.xlam,*.crtx,*.vdw,*.glox,*.gcsx,*.gqsx,*.epub'
+   Currently (as of April 2025) it holds: >
+
+        let g:zipPlugin_ext='*.aar,*.apk,*.celzip,*.crtx,*.docm,*.docx,
+       \ *.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,
+       \ *.odb,*.odc,*.odf,*.odg,*.odi,*.odm,*.odp,*.ods,*.odt,*.otc,*.otf,
+       \ *.otg,*.oth,*.oti,*.otp,*.ots,*.ott,*.oxt,*.potm,*.potx,*.ppam,
+       \ *.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,
+       \ *.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip'
 
 ==============================================================================
 4. History                                                     *zip-history* {{{1