Skip to content

Commit 68042fe

Browse files
authored
Merge pull request #2040 from h-east/update-pi_tar
Update pi_tar.{txt,jax}
2 parents 859c2f4 + 483f48b commit 68042fe

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

doc/pi_tar.jax

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tar.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+
*pi_tar.txt* For Vim バージョン 9.1. Last change: 2025 Mar 16
22

33
+====================+
44
| Tar File Interface |
@@ -74,6 +74,15 @@ Copyright 2005-2017: *tar-copyright*
7474
let g:loaded_tarPlugin= 1
7575
let g:loaded_tar = 1
7676
<
77+
*tar-mappings*
78+
マッピング~
79+
80+
tar バッファでは、以下の (バッファローカル) マッピングが使用できる:
81+
82+
<CR> 選択したファイルを編集用に開くと、変更内容がアーカイブ
83+
に書き戻される。
84+
<LeftMouse> <CR> と同じ。
85+
x 選択したファイルを抽出する。
7786

7887
==============================================================================
7988
3. オプション *tar-options*

en/pi_tar.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tar.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*pi_tar.txt* For Vim version 9.1. Last change: 2025 Mar 16
22

33
+====================+
44
| Tar File Interface |
@@ -74,6 +74,15 @@ Copyright 2005-2017: *tar-copyright*
7474
let g:loaded_tarPlugin= 1
7575
let g:loaded_tar = 1
7676
<
77+
*tar-mappings*
78+
MAPPINGS~
79+
80+
The following (buffer-local) mappings are available in a tar buffer:
81+
82+
<CR> Open selected file for editing, any changes will be
83+
written back to the archive.
84+
<LeftMouse> same as <CR>
85+
x Extract selected file.
7786

7887
==============================================================================
7988
3. Options *tar-options*

0 commit comments

Comments
 (0)