Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
名前拡張子が .lib のシェル スクリプト ファイルが多数あり、.sh 拡張子を使用してファイルの名前を変更しない限り、Tlist は関数を取得しません。
ファイルの名前を変更せずに、.lib ファイルをシェル スクリプトとしてリストするにはどうすればよいですか?
ダニエル
viはファイルタイプを「cobol」としてリストしていたので、ctgasにこのファイルタイプをShとして扱うように依頼しました
次の行を .vimrc に追加するとうまくいきました:
let tlist_cobol_settings = 'Sh;c:class;f:function'