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.
%charを使用して(javaで)現在のクラス名をキャプチャしようとしていますが、vimscriptではこの文字列値を変数にプッシュしたいと思います
let objName =%は現在エラーをスローしているので、助けを求めています(vimscript初心者)
を探していexpand()ます。
expand()
let objName = expand('%:t:r')