File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33helpname: 'filetype'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="filetype.html " name ="filetype.txt "> filetype.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Oct 05 < br >
6+ < a class ="Constant " href ="filetype.html " name ="filetype.txt "> filetype.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Oct 21 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
938938< a class ="Identifier " href ="eval.html#TRUE "> TRUE</ a > の場合、Typst ファイルタイププラグインは < a class ="Type " href ="options.html#'conceallevel' "> 'conceallevel'</ a > オプションを 2< br >
939939に設定する。< br >
940940< br >
941+ < a class ="Constant " href ="filetype.html#g:typst_folding " name ="g:typst_folding "> g:typst_folding</ a > < br >
942+ < a class ="Identifier " href ="eval.html#TRUE "> TRUE</ a > の場合、Typst ファイルタイププラグインは見出しを折り畳む。(デフォルト:< br >
943+ < a class ="Identifier " href ="eval.html#FALSE "> FALSE</ a > )< br >
944+ < br >
945+ 有効にするには:< br >
946+ < div class ="helpExample "> let g:typst_folding = 1</ div >
947+ < br >
948+ < a class ="Constant " href ="filetype.html#g:typst_foldnested " name ="g:typst_foldnested "> g:typst_foldnested</ a > < br >
949+ < a class ="Identifier " href ="eval.html#TRUE "> TRUE</ a > の場合、Typst ファイルタイププラグインはネストされた見出しを親の下に折< br >
950+ り畳む。(デフォルト: < a class ="Identifier " href ="eval.html#TRUE "> TRUE</ a > )< br >
951+ < br >
952+ 無効にするには:< br >
953+ < div class ="helpExample "> let g:typst_foldnested = 0</ div >
954+ < br >
941955< span class ="Statement "> VIM </ span > < a class ="Constant " href ="filetype.html#ft-vim-plugin " name ="ft-vim-plugin "> ft-vim-plugin</ a > < br >
942956< br >
943957Vim ファイルタイププラグインは、[[ および ]] で関数の先頭および末尾に移動する< br >
Original file line number Diff line number Diff line change 80998099<a class="Identifier" href="quickfix.html#g:typst_cmd">g:typst_cmd</a> quickfix.jax<br>
81008100<a class="Identifier" href="filetype.html#g:typst_conceal">g:typst_conceal</a> filetype.jax<br>
81018101<a class="Identifier" href="syntax.html#g:typst_embedded_languages">g:typst_embedded_languages</a> syntax.jax<br>
8102+ <a class="Identifier" href="filetype.html#g:typst_folding">g:typst_folding</a> filetype.jax<br>
8103+ <a class="Identifier" href="filetype.html#g:typst_foldnested">g:typst_foldnested</a> filetype.jax<br>
81028104<a class="Identifier" href="eval.html#g:var">g:var</a> eval.jax<br>
81038105<a class="Identifier" href="indent.html#g:vim_indent">g:vim_indent</a> indent.jax<br>
81048106<a class="Identifier" href="indent.html#g:vim_indent_cont">g:vim_indent_cont</a> indent.jax<br>
You can’t perform that action at this time.
0 commit comments