diff --git a/doc/windows.jax b/doc/windows.jax index e14d9927a..a125d9e21 100644 --- a/doc/windows.jax +++ b/doc/windows.jax @@ -1,4 +1,4 @@ -*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16 +*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29 VIMリファレンスマニュアル by Bram Moolenaar @@ -1029,7 +1029,7 @@ CTRL-W g } *CTRL-W_g}* [!] について|:buffer-!| を参照。これはバッファリストにないバッ ファも'buflisted' フラグを設定することなく編集する。ここではシ ングルクォート付きの記法は使えない。`:pbuffer 12'345'` は - 12'345 をバッファ名として使う。 + 12'345' をバッファ名として使う。 |+cmd| も参照。 *:ped* *:pedit* @@ -1302,7 +1302,7 @@ CTRL-W g } *CTRL-W_g}* ば、そのままカレントバッファが編集される。[!] については |:buffer-!| を参照。これはバッファリストにないバッファも 'buflisted' フラグを設定することなく編集する。ここではシングル - クォート付きの記法は使えない。`:buf 12'345'` は 12'345 をバッ + クォート付きの記法は使えない。`:buf 12'345'` は 12'345' をバッ ファ名として使う。 |+cmd| も参照。 diff --git a/en/windows.txt b/en/windows.txt index 776407258..5a5d571bc 100644 --- a/en/windows.txt +++ b/en/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 9.1. Last change: 2024 Dec 16 +*windows.txt* For Vim version 9.1. Last change: 2024 Dec 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1011,8 +1011,9 @@ CTRL-W g } *CTRL-W_g}* If [N] is not given, the current buffer remains being edited. See |:buffer-!| for [!]. This will also edit a buffer that is not in the buffer list, without setting the 'buflisted' flag. - The notation with single quotes does not work here, `:pbuffer - 12'345'` uses 12'345 as a buffer name. Also see |+cmd|. + The notation with single quotes does not work here, + `:pbuffer 12'345'` uses 12'345' as a buffer name. + Also see |+cmd|. *:ped* *:pedit* :ped[it][!] [++opt] [+cmd] {file} @@ -1280,7 +1281,7 @@ list of buffers. |unlisted-buffer| [!]. This will also edit a buffer that is not in the buffer list, without setting the 'buflisted' flag. The notation with single quotes does not work here, - `:buf 12'345'` uses 12'345 as a buffer name. + `:buf 12'345'` uses 12'345' as a buffer name. Also see |+cmd|. :[N]b[uffer][!] [+cmd] {bufname} *{bufname}*