Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows で fnamemodify('./', ':.') が空文字列を返す #804

Open
Milly opened this issue Jan 8, 2016 · 1 comment
Open

Windows で fnamemodify('./', ':.') が空文字列を返す #804

Milly opened this issue Jan 8, 2016 · 1 comment

Comments

@Milly
Copy link

Milly commented Jan 8, 2016

Windows で fnamemodify('./', ':.') が空文字列を返す。
Unix 等では'./' が返る。

内部関数で相対パスから絶対パスへの変換時、OS依存で末尾にパスセパレータが付加されているため。

修正方法

os_mswin.c の修正。

Cygwin は 7.4.1014 で修正されたので #789 から分離しました。
https://groups.google.com/d/topic/vim_dev/QEADlImLvYY/discussion

@k-takata
Copy link
Member

同じ問題が本家に報告されました。 vim/vim#574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants