Skip to content

ブレークに統一 #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/debug.jax
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Microsoft Visual C++ コンパイラを使って自分で実行ファイルを

他の方法もあります。ソースファイルを入手し、Visual Studio のワークスペースに
Make_ivc.mak を取り込んでください。そして、デバッグの設定を選択し、ビルドして
ください。ブレイクポイントの設定や変数の監視など、すべてのデバッグ機能が使えま
ください。ブレークポイントの設定や変数の監視など、すべてのデバッグ機能が使えま
す。

Visual Studio を持っている場合はそれを使ってください。VC Toolkit と WinDbg は
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.jax
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ screen | window 1 | window 2 |
畳まれ論理行 1 行となり、次のように表示される:
"+-- 99 lines folded"。
行の長さは制限なし。
ウィンドウ行 ウィンドウに表示される行: 折り返し、ラインブレイクなど
ウィンドウ行 ウィンドウに表示される行: 折り返し、ラインブレークなど
が適用された後の論理行の一部。長さはウィンドウの幅以
下。それ以上長い行は折り返されるか切り詰められる。
スクリーン行 Vim が使うスクリーンの行。全てのウィンドウのウィンドウ
Expand Down