Hi.
I am unable to find answer so asking here.
I need to get current buffer path WITH the windows drive letter.
But :echo expand( "%:p" ) always strips drive letter.
How I can solve this problem?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
I cannot reproduce this. What version is this? If I do gvim --clean -c ':h' -c 'only' -c "echo expand('%:p')" I correctly see the complete path: C:\Program Files\Vim\vim82\doc\help.txt
This is version 8.2.3161 from the vim-win32-installer
Oh, seems, that this is neovim only issue.
Sorry.
Closed #8656.