comparison runtime/plugin/zipPlugin.vim @ 22723:5b7ea82bc18f

Update runtime files. Commit: https://github.com/vim/vim/commit/cb80aa2d53e56d3aba3b3c439fb467f29a750c5e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 26 21:12:46 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Oct 2020 21:15:07 +0100
parents 1a951a4beee3
children 624439a39432
comparison
equal deleted inserted replaced
22722:41cc1c207f82 22723:5b7ea82bc18f
18 " --------------------------------------------------------------------- 18 " ---------------------------------------------------------------------
19 " Load Once: {{{1 19 " Load Once: {{{1
20 if &cp || exists("g:loaded_zipPlugin") 20 if &cp || exists("g:loaded_zipPlugin")
21 finish 21 finish
22 endif 22 endif
23 let g:loaded_zipPlugin = "v30" 23 let g:loaded_zipPlugin = "v31"
24 let s:keepcpo = &cpo 24 let s:keepcpo = &cpo
25 set cpo&vim 25 set cpo&vim
26 26
27 " --------------------------------------------------------------------- 27 " ---------------------------------------------------------------------
28 " Options: {{{1 28 " Options: {{{1
29 if !exists("g:zipPlugin_ext") 29 if !exists("g:zipPlugin_ext")
30 let g:zipPlugin_ext='*.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,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip' 30 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,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip'
31 endif 31 endif
32 32
33 " --------------------------------------------------------------------- 33 " ---------------------------------------------------------------------
34 " Public Interface: {{{1 34 " Public Interface: {{{1
35 augroup zip 35 augroup zip