Skip to content

Commit 60b1bfc

Browse files
authored
Merge pull request #1620 from vim-jp/hh-update-windows
Update windows.{txt,jax}
2 parents 0b2a012 + 078d945 commit 60b1bfc

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

doc/windows.jax

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Feb 20
1+
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Jul 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1225,10 +1225,10 @@ CTRL-W g } *CTRL-W_g}*
12251225
し示している最も最近のエントリが使用される。
12261226
実際は、バッファは完全に削除されていない。バッファリストから削
12271227
除され |unlisted-buffer|、バッファに対するオプションの値、変数、
1228-
マッピング・略語が消去される。 Examples: >
1229-
:.,$-bdelete " delete buffers from the current one to
1230-
" last but one
1231-
:%bdelete " delete all buffers
1228+
マッピング・略語が消去される。: >
1229+
:.,$-bdelete " カレントバッファから最後から 2 番目のバッ
1230+
" ファまでを削除
1231+
:%bdelete " すべてのバッファを削除
12321232
12331233
:bdelete[!] {bufname} *E93* *E94*
12341234
":bdelete[!] [N]" と同様だが、バッファを名前で指定する。
@@ -1248,12 +1248,14 @@ CTRL-W g } *CTRL-W_g}*
12481248
:N,Mbw[ipeout][!]
12491249
:bw[ipeout][!] N1 N2 ...
12501250
|:bdelete| に似ているが、本当にバッファを削除する。このバッ
1251-
ファに関するすべてが失われる。例えば、このバッファ中のすべての
1252-
マークが無効になり、オプション設定が失われるなど。このことの意
1253-
味がわからなければ使わないこと。 Examples: >
1254-
:.+,$bwipeout " wipe out all buffers after the current
1255-
" one
1256-
:%bwipeout " wipe out all buffers
1251+
ファに関するすべてが失われる。このバッファ中のすべてのマークは
1252+
無効になり、オプション設定は失われ、ジャンプリストとタグスタッ
1253+
クのデータは消去されるなど。このことの意味がわからなければ使わ
1254+
ないこと。例: >
1255+
:.+,$bwipeout " カレントバッファ以降のすべてのバッファを
1256+
" 消去
1257+
:%bwipeout " すべてのバッファを消去
1258+
<
12571259

12581260
:[N]bun[load][!] *:bun* *:bunload* *E515*
12591261
:bun[load][!] [N]

en/windows.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim version 9.1. Last change: 2024 Feb 20
1+
*windows.txt* For Vim version 9.1. Last change: 2024 Jul 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1223,7 +1223,8 @@ list of buffers. |unlisted-buffer|
12231223
:bw[ipeout][!] N1 N2 ...
12241224
Like |:bdelete|, but really delete the buffer. Everything
12251225
related to the buffer is lost. All marks in this buffer
1226-
become invalid, option settings are lost, etc. Don't use this
1226+
become invalid, option settings are lost, the jumplist and
1227+
tagstack data will be purged, etc. Don't use this
12271228
unless you know what you are doing. Examples: >
12281229
:.+,$bwipeout " wipe out all buffers after the current
12291230
" one

0 commit comments

Comments
 (0)