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.
ファイル名が変数に含まれているvimスクリプトを入手するにはどうすればよいですか?
:sourceパラメータが文字列リテラルではなく変数名であることを除いて、と同じです。
:source
いつでも:executeコマンドを動的に作成するために使用できます。
:execute
:execute 'source '.fnameescape(myvar)