File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -31,6 +31,16 @@ GUIは常にWindowsのサブシステムとして実行される。ほとんど
31
31
た直後にコマンドプロンプトへ自動的に復帰する。そうでなかったら、"start" コマン
32
32
ドを使うと良い: >
33
33
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 で再生成される。
34
44
35
45
Note: 全てのフォント(太字、斜体)は同じ大きさでなければならない!!! そうしない
36
46
場合、文字が欠けたり表示がゴチャゴチャになったりしてしまうだろう。Vimはフォン
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -31,6 +31,17 @@ The GUI will always run in the Windows subsystem. Mostly shells automatically
31
31
return with a command prompt after starting gvim. If not, you should use the
32
32
"start" command: >
33
33
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.
34
45
35
46
Note: All fonts (bold, italic) must be of the same size!!! If you don't do
36
47
this, text will disappear or mess up the display. Vim does not check the font
You can’t perform that action at this time.
0 commit comments