Skip to content

Commit bc08da3

Browse files
authored
Merge pull request #230 from mnishz/netbeans_for_Vim_8.1
Update netbeans from Vim 8.0 to 8.1
2 parents db8904d + 303a28b commit bc08da3

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

doc/netbeans.jax

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim バージョン 8.0. Last change: 2016 Jul 15
1+
*netbeans.txt* For Vim バージョン 8.1. Last change: 2016 Jul 15
22

33

44
VIMリファレンスマニュアル by Gordon Prieur et al.
@@ -119,7 +119,7 @@ NetBeans インターフェイスを有効にしたくない場合は、Makefile
119119
"--disable-netbeans" の行のコメントアウトを解除すれば無効にできます。
120120

121121
現在 NetBeans インターフェイスは端末動作の Vim と GUI (GTK, GNOME, Windows,
122-
Athena, Motif) の GVim でのみサポートされています。
122+
Athena, Motif) の gvim でのみサポートされています。
123123

124124
Motif をサポートするためには XPM ライブラリが必要です。XPM の最新バージョン
125125
を入手する方法については |workshop-xpm| を参照してください。
@@ -992,11 +992,10 @@ Tools->Options を開き、Editing カテゴリを表示します。External Edi
992992
定してください。
993993

994994
"Vim Command" を変更するときは注意してください。接続するためには、いくつかの
995-
コマンドラインオプションを正しく設定する必要があります。
996-
You can change the command name but that's about it.
997-
gvim が $PATH の中にあるなら、コマンドを "gvim" から始められます。gvim を
998-
$PATH から検索させたくないならフルパスで指定してください。以上で、NetBeans
999-
で開くファイルが gvim で開かれるようになります。
995+
コマンドラインオプションを正しく設定する必要があります。コマンド名を変更するこ
996+
とも可能ですが、単にそれだけです。gvim が $PATH の中にあるなら、コマンドを
997+
"gvim" から始められます。gvim を$PATH から検索させたくないならフルパスで指定し
998+
てください。以上で、NetBeansで開くファイルが gvim で開かれるようになります。
1000999

10011000
gvim で開かれるファイルもあるが、NetBeans のエディタで開かれるファイルもある
10021001
(拡張子が異なる)という場合、Expert タブの MIME Type プロパティを確認してくだ

en/netbeans.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim version 8.0. Last change: 2016 Jul 15
1+
*netbeans.txt* For Vim version 8.1. Last change: 2016 Jul 15
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -120,7 +120,7 @@ In case you do not want the NetBeans interface you can disable it by
120120
uncommenting a line with "--disable-netbeans" in the Makefile.
121121

122122
Currently the NetBeans interface is supported by Vim running in a terminal and
123-
by GVim when it is run with one of the following GUIs: GTK, GNOME, Windows,
123+
by gvim when it is run with one of the following GUIs: GTK, GNOME, Windows,
124124
Athena and Motif.
125125

126126
If Motif support is required the user must supply XPM libraries. See
@@ -996,7 +996,7 @@ to "Vim". In the Expert tab make sure the "Vim Command" is correct.
996996
You should be careful if you change the "Vim Command". There are command
997997
line options there which must be there for the connection to be properly
998998
set up. You can change the command name but that's about it. If your gvim
999-
can be found by your $PATH then the VIM Command can start with "gvim". If
999+
can be found by your $PATH then the Vim Command can start with "gvim". If
10001000
you don't want gvim searched from your $PATH then hard code in the full
10011001
Unix path name. At this point you should get a gvim for any source file
10021002
you open in NetBeans.

0 commit comments

Comments
 (0)