File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33helpname: 'eval'
44---
55<div id='vimCodeElement'>
6- <a class="Constant" href="eval.html" name="eval.txt">eval.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jun 28 <br>
6+ <a class="Constant" href="eval.html" name="eval.txt">eval.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 13 <br>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
50655065<br>
50665066<span class="Todo">NOTE</span>: <span class="Special"><args></span> のエスケープはユーザーに任される<br>
50675067<br>
5068- 例: >vim<br>
5069- vim9script<br>
5068+ 例:<br>
5069+ <div class="helpExample"> vim9script</div>
5070+ <br>
5071+ <div class="helpExample"> import autoload 'dist/vim9.vim'<br>
5072+ # 別の xterm ウィンドウで 'makeprg' を実行する<br>
5073+ vim9.Launch('xterm ' .. expandcmd(&makeprg))</div>
50705074<br>
5071- import autoload 'dist/vim9.vim'<br>
5072- # 別の xterm ウィンドウで <a class="Type" href="options.html#'makeprg'">'makeprg'</a> を実行する<br>
5073- vim9.Launch('xterm ' .. expandcmd(&makeprg))<br>
5074- <<br>
50755075<br>
50765076使用法: >vim<br>
50775077 :call dist#vim9#Launch(<span class="Special"><args></span>)<br>
You can’t perform that action at this time.
0 commit comments