LoginSignup
7
5

More than 5 years have passed since last update.

vimscriptで開いたファイルが存在するディレクトリのパスを取得するやつ (symlinkも対応)

Posted at

久しぶりに.vimrcをゴニョゴニョしてたときにやりかた調べたけど結局必要なくなったので
一応個人的備忘としてメモ。

" /path/to/file.vim
let current_dir = fnamemodify(resolve(expand('<sfile>:p')), ':h')
echo current_dir " /path/to
7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5