Skip to content

Commit 6100138

Browse files
authored
Merge pull request #538 from hiromi-mi/update_d
Update d*.{txt,jax}
2 parents 9604263 + dbcb48f commit 6100138

10 files changed

+12
-32
lines changed

doc/debug.jax

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debug.txt* For Vim バージョン 8.1. Last change: 2017 Jul 15
1+
*debug.txt* For Vim バージョン 8.1. Last change: 2019 May 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -77,17 +77,12 @@ PDB でなければいけません。
7777
Microsoft Visual C++ コンパイラを使って自分で実行ファイルを作成した場合は、PDB
7878
は EXE といっしょに作成されています。
7979

80-
他の方法もあります。ソースファイルを入手し、Visual Studio のワークスペースに
81-
Make_ivc.mak を取り込んでください。そして、デバッグの設定を選択し、ビルドして
82-
ください。ブレークポイントの設定や変数の監視など、すべてのデバッグ機能が使えま
83-
す。
84-
8580
Visual Studio を持っている場合はそれを使ってください。VC Toolkit と WinDbg は
8681
必要ありません。
8782

8883
他のコンパイラを使っている場合は、それぞれ適切なデバッガを使ってください。
89-
Borland コンパイラで作成した Vim 実行ファイルなら TD を使ってください。Cygwin
90-
または MinGW のコンパイラなら gdb を使ってください (上記参照 |debug-gcc|)。
84+
Cygwin または MinGW のコンパイラなら gdb を使ってください (上記参照
85+
|debug-gcc|)。
9186

9287

9388
*debug-vs2005*

doc/debugger.jax

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debugger.txt* For Vim バージョン 8.1. Last change: 2017 Nov 21
1+
*debugger.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Gordon Prieur
@@ -10,7 +10,6 @@
1010
2. Vimのコンパイルオプション |debugger-compilation|
1111
3. 統合デバッガ |debugger-integration|
1212

13-
{Vi にはこれらの機能は無い}
1413

1514
==============================================================================
1615
1. デバッガ機能 *debugger-features*

doc/develop.jax

-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ wait types.hとコンフリクトするため、関数の引数として使わ
281281
index グローバル宣言を覆い隠す
282282
time グローバル宣言を覆い隠す
283283
new C++の予約語
284-
try Borland C++は、これを変数として使うことを好まない
285284

286285
clear Mac curses.h
287286
echo Mac curses.h

doc/diff.jax

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim バージョン 8.1. Last change: 2019 Feb 27
1+
*diff.txt* For Vim バージョン 8.1. Last change: 2019 May 04
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -16,8 +16,6 @@
1616
4. 差分を写す |copy-diffs|
1717
5. 差分モードのオプション |diff-options|
1818

19-
{Vi にはない}
20-
2119
==============================================================================
2220
1. 差分モードを開始する *start-vimdiff*
2321

doc/digraph.jax

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim バージョン 8.1. Last change: 2019 Feb 17
1+
*digraph.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -17,7 +17,6 @@
1717
2. ダイグラフを使う |digraphs-use|
1818
3. 標準のダイグラフ |digraphs-default|
1919

20-
{Vi にはこれらのコマンドはない}
2120

2221
==============================================================================
2322
1. ダイグラフを定義する *digraphs-define*

en/debug.txt

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debug.txt* For Vim version 8.1. Last change: 2017 Jul 15
1+
*debug.txt* For Vim version 8.1. Last change: 2019 May 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -78,15 +78,10 @@ matches the EXE (same date).
7878
If you built the executable yourself with the Microsoft Visual C++ compiler,
7979
then the PDB was built with the EXE.
8080

81-
Alternatively, if you have the source files, you can import Make_ivc.mak into
82-
Visual Studio as a workspace. Then select a debug configuration, build and
83-
you can do all kinds of debugging (set breakpoints, watch variables, etc.).
84-
8581
If you have Visual Studio, use that instead of the VC Toolkit and WinDbg.
8682

87-
For other compilers, you should always use the corresponding debugger: TD for
88-
a Vim executable compiled with the Borland compiler; gdb (see above
89-
|debug-gcc|) for the Cygwin and MinGW compilers.
83+
For other compilers, you should always use the corresponding debugger: gdb
84+
(see above |debug-gcc|) for the Cygwin and MinGW compilers.
9085

9186

9287
*debug-vs2005*

en/debugger.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debugger.txt* For Vim version 8.1. Last change: 2017 Nov 21
1+
*debugger.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur
@@ -10,7 +10,6 @@ Debugger Support Features *debugger-support*
1010
2. Vim Compile Options |debugger-compilation|
1111
3. Integrated Debuggers |debugger-integration|
1212

13-
{Vi does not have any of these features}
1413

1514
==============================================================================
1615
1. Debugger Features *debugger-features*

en/develop.txt

-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ wait don't use as argument to a function, conflicts with types.h
278278
index shadows global declaration
279279
time shadows global declaration
280280
new C++ reserved keyword
281-
try Borland C++ doesn't like it to be used as a variable.
282281

283282
clear Mac curses.h
284283
echo Mac curses.h

en/diff.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim version 8.1. Last change: 2019 Feb 27
1+
*diff.txt* For Vim version 8.1. Last change: 2019 May 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -16,8 +16,6 @@ The basics are explained in section |08.7| of the user manual.
1616
4. Copying diffs |copy-diffs|
1717
5. Diff options |diff-options|
1818

19-
{not in Vi}
20-
2119
==============================================================================
2220
1. Starting diff mode *start-vimdiff*
2321

en/digraph.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim version 8.1. Last change: 2019 Feb 17
1+
*digraph.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -18,7 +18,6 @@ An alternative is using the 'keymap' option.
1818
2. Using digraphs |digraphs-use|
1919
3. Default digraphs |digraphs-default|
2020

21-
{Vi does not have any of these commands}
2221

2322
==============================================================================
2423
1. Defining digraphs *digraphs-define*

0 commit comments

Comments
 (0)