Skip to content

Commit 012a2ad

Browse files
committed
Update gui_w32.{txt,jax}
1 parent 19c354c commit 012a2ad

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

doc/gui_w32.jax

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_w32.txt* For Vim バージョン 8.1. Last change: 2017 Oct 27
1+
*gui_w32.txt* For Vim バージョン 8.1. Last change: 2019 Apr 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -31,6 +31,16 @@ GUIは常にWindowsのサブシステムとして実行される。ほとんど
3131
た直後にコマンドプロンプトへ自動的に復帰する。そうでなかったら、"start" コマン
3232
ドを使うと良い: >
3333
start gvim [options] file ..
34+
< *E988*
35+
コンソールバージョンに |-g| オプションを付けても gvim.exe が実行されて GUI を
36+
スタートできる。
37+
vim -g [options] file ..
38+
この機能を動作させるには、gvim.exe が vim.exe と同一のディレクトリに存在し、か
39+
つこの機能を有効にしてコンパイルされてなければならない。
40+
41+
コンソールバージョンから `:gui` を使うこともできる。しかし、これは実験的な機能
42+
で、かつこの機能を有効にしてコンパイルされてなければならない。
43+
セッションファイルを使って現在のコンソール Vim の状態が GUI Vim で再生成される。
3444

3545
Note: 全てのフォント(太字、斜体)は同じ大きさでなければならない!!! そうしない
3646
場合、文字が欠けたり表示がゴチャゴチャになったりしてしまうだろう。Vimはフォン

en/gui_w32.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_w32.txt* For Vim version 8.1. Last change: 2017 Oct 27
1+
*gui_w32.txt* For Vim version 8.1. Last change: 2019 Apr 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -31,6 +31,17 @@ The GUI will always run in the Windows subsystem. Mostly shells automatically
3131
return with a command prompt after starting gvim. If not, you should use the
3232
"start" command: >
3333
start gvim [options] file ..
34+
< *E988*
35+
The console version with the |-g| option may also start the GUI by executing
36+
gvim.exe: >
37+
vim -g [options] file ..
38+
To make this work, gvim.exe must exist in the same directory as the vim.exe,
39+
and this feature must be enabled at compile time.
40+
41+
One may also use `:gui` from the console version. However, this is an
42+
experimental feature and this feature must be enabled at compile time.
43+
It uses a session file to recreate the current state of the console Vim in the
44+
GUI Vim.
3445

3546
Note: All fonts (bold, italic) must be of the same size!!! If you don't do
3647
this, text will disappear or mess up the display. Vim does not check the font

0 commit comments

Comments
 (0)