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.
cython のソース コード情報を表示するように vim のタグリストを作成することは可能かどうか疑問に思っていました。
ctag はすでに cython をサポートしているようですが、Tlist には開かれた cython ファイルの情報は表示されません。
理解した。.vimrc ファイルの次の 1 つのライナーで機能しました。
let tlist_pyrex_settings='python;c:classe;m:memder;f:function'
次の 2 行のコード:
System.out.println(Arrays.toString("test".split("(?<!^)"))); System.out.println(Arrays.toString("test".split("(?!^)")));
それぞれが同じ出力を生成