thinca / vim-ref

Integrated reference viewer.
204 stars 39 forks source link

g:ref_phpmanual_path is not expanded. #30

Closed firisu closed 11 years ago

firisu commented 11 years ago

g:ref_phpmanual_path が expand されていないため、チルダを含むパスが使用できません。

Vim Script 的な事情には詳しくないのですが、 expand すると何か都合が悪いのでしょうか。

thinca commented 11 years ago

ポリシーでこうなっています。設定時に expand() してください。

let g:ref_phpmanual_path = expand('~/path/for/phpmanual')
firisu commented 11 years ago

なるほど、やはり意図的に expand() していないのですね。 ご返信ありがとうございました。