Skip to content

Commit 4eb505d

Browse files
1 parent 370e7ad commit 4eb505d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

doc/pi_zip.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
+====================+
44
| Zip File Interface |
@@ -97,6 +97,9 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
9797
9898
==============================================================================
9999
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.
100103
v29 Apr 02, 2017 * (Klartext) reported that an encrypted zip file could
101104
opened but the swapfile held unencrypted contents.
102105
The solution is to edit the contents of a zip file

doc/tips.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tips.txt* For Vim バージョン 8.2. Last change: 2020 Dec 29
1+
*tips.txt* For Vim バージョン 8.2. Last change: 2021 Nov 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -536,7 +536,7 @@ NOTE: これを利用するには 'cpoptions' から '<' フラグを外して
536536
537537
autocmd CursorMoved,CursorMovedI * call s:Highlight_Matching_Paren()
538538
autocmd InsertEnter * match none
539-
<
539+
<
540540

541541
==============================================================================
542542
カレントウィンドウでヘルプを開く *help-curwin*
@@ -556,6 +556,7 @@ NOTE: これを利用するには 'cpoptions' から '<' フラグを外して
556556
endif
557557
if !getcompletion(a:subject, 'help')->empty()
558558
execute mods .. ' edit ' .. &helpfile
559+
set buftype=help
559560
endif
560561
return 'help ' .. a:subject
561562
endfunction

0 commit comments

Comments
 (0)