Skip to content

Commit e2c3f4c

Browse files
1 parent d8420d5 commit e2c3f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terminal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'terminal'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="terminal.html" name="terminal.txt">terminal.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 23<br>
6+
<a class="Constant" href="terminal.html" name="terminal.txt">terminal.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Dec 03<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -1737,8 +1737,8 @@
17371737
このため、以下が設定できる:<br>
17381738
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['debug'] = true</div>
17391739
<br>
1740-
これにより、ソースコード内で使用できる&nbsp;<span class="Comment">DEBUG</span>&nbsp;変数が&nbsp;<a class="Comment" href="vim9.html#true">true</a>&nbsp;に設定される。使<br>
1741-
用例を以下に示す:<br>
1740+
これにより、<span class="Comment">DEBUG</span>&nbsp;変数が&nbsp;<a class="Comment" href="vim9.html#true">true</a>&nbsp;に設定され、ソースコード内で参照できるように<br>
1741+
なる。使用例を以下に示す:<br>
17421742
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;if exists('g:termdebug_loaded')<br>
17431743
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if DEBUG<br>
17441744
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Echoerr('Termdebug already loaded.')<br>

0 commit comments

Comments
 (0)