File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- *pi_zip.txt* For Vim バージョン 8.2. Last change: 2020 Jan 07
1
+ *pi_zip.txt* For Vim バージョン 8.2. Last change: 2021 Nov 08
2
2
3
3
+====================+
4
4
| Zip File Interface |
@@ -97,6 +97,9 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
97
97
98
98
==============================================================================
99
99
4. 開発履歴 *zip-history* {{{1
100
+ v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
101
+ been changed to zipfile:// . This often shows up
102
+ as zipfile:/// with zipped files that are root-based.
100
103
v29 Apr 02, 2017 * (Klartext) reported that an encrypted zip file could
101
104
opened but the swapfile held unencrypted contents.
102
105
The solution is to edit the contents of a zip file
Original file line number Diff line number Diff line change 1
- *tips.txt* For Vim バージョン 8.2. Last change: 2020 Dec 29
1
+ *tips.txt* For Vim バージョン 8.2. Last change: 2021 Nov 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -536,7 +536,7 @@ NOTE: これを利用するには 'cpoptions' から '<' フラグを外して
536
536
537
537
autocmd CursorMoved,CursorMovedI * call s:Highlight_Matching_Paren()
538
538
autocmd InsertEnter * match none
539
- <
539
+ <
540
540
541
541
==============================================================================
542
542
カレントウィンドウでヘルプを開く *help-curwin*
@@ -556,6 +556,7 @@ NOTE: これを利用するには 'cpoptions' から '<' フラグを外して
556
556
endif
557
557
if !getcompletion(a:subject, 'help')->empty()
558
558
execute mods .. ' edit ' .. &helpfile
559
+ set buftype=help
559
560
endif
560
561
return 'help ' .. a:subject
561
562
endfunction
You can’t perform that action at this time.
0 commit comments