|
3 | 3 | helpname: 'textprop'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="textprop.html" name="textprop.txt">textprop.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Jun 08<br> |
| 6 | +<a class="Constant" href="textprop.html" name="textprop.txt">textprop.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Sep 08<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
144 | 144 | bufnr プロパティを追加するバッファ。省略された場合、<br>
|
145 | 145 | カレントバッファが使用される<br>
|
146 | 146 | id プロパティのユーザー定義 ID。数値かつ正の値で<br>
|
147 |
| - ある必要がある。"text" を使用する場合、"id" は<br> |
148 |
| - 存在してはならず、自動的に負の数値に設定され<br> |
149 |
| - る。それ以外の場合はゼロが使用される。<br> |
| 147 | + ある必要がある <a class="Identifier" href="change.html#E1510">E1510</a>。<br> |
| 148 | + "text" を使用する場合、"id" は存在してはなら<br> |
| 149 | + ず、自動的に負の数値に設定される。それ以外の場<br> |
| 150 | + 合はゼロが使用される。<br> |
150 | 151 | <a class="Constant" href="textprop.html#E1305" name="E1305">E1305</a><br>
|
151 | 152 | text <span class="Special">{col}</span> の前、または <span class="Special">{col}</span> がゼロの場合は行の上/<br>
|
152 | 153 | 下に表示されるテキスト。ハイライトによるパディ<br>
|
|
273 | 274 | <div class="helpExample"> call prop_add_list(#{type: 'MyProp', id: 2},<br>
|
274 | 275 | \ [[1, 4, 1, 7],<br>
|
275 | 276 | \ [1, 15, 1, 20],<br>
|
276 |
| - \ [2, 30, 3, 30]]</div> |
| 277 | + \ [2, 30, 3, 30]])</div> |
277 | 278 | <<br>
|
278 | 279 | <a class="Identifier" href="eval.html#method">method</a> としても使用できる: ><br>
|
279 | 280 | <div class="helpExample"> GetProp()->prop_add_list([[1, 1, 1, 2], [1, 4, 1, 8]])</div>
|
|
0 commit comments