diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-04-03 06:44:10 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2025-04-03 06:47:57 +0800 |
commit | d9149a9a091e02e5e470c8e620dcf0ace6e738d7 (patch) | |
tree | b091c0c8ec9781a27226f17d4b9fde4648c80f00 | |
parent | 0b61bc8982304c3b8afd9f3c310b112227302bc5 (diff) | |
download | rneovim-d9149a9a091e02e5e470c8e620dcf0ace6e738d7.tar.gz rneovim-d9149a9a091e02e5e470c8e620dcf0ace6e738d7.tar.bz2 rneovim-d9149a9a091e02e5e470c8e620dcf0ace6e738d7.zip |
vim-patch:8293574: runtime(doc): update pi_zip.txt with current list of zip file extensions
closes: vim/vim#17037
https://github.com/vim/vim/commit/8293574c8b116382ed6e0c3c709a04406f07cfd5
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/pi_zip.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt index a8e1b8df10..02f9ab12db 100644 --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -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 |