Running vim 7.3 on win32.

:echo expand("%:p")  
C:\Program Files\Common Files\Microsoft\ Shared\Stationery\Bears.htm

That's fine.

:echo expand("%:p:8")  
C:\PROGRA~1\COMMON~1\MICROS~1\STATIO~1\Bears.htm

And that's fine.

But try the original expand again, and vim still gives me the 8.3 path:

:echo expand("%:p")  
C:\PROGRA~1\COMMON~1\MICROS~1\STATIO~1\Bears.htm

How can I get out of that 8.3 mode?

link|improve this question
3  
Seems like a bug in vim! First I've seen... – Benj Aug 16 '11 at 15:50
Thanks. I've sent a bug report to vim.org. – shaggyaxe Aug 16 '11 at 20:38
3  
Wow, Bram replied to me the next day, and fixed it! 7.3.281 has the patch. – shaggyaxe Aug 17 '11 at 23:38
I'm not surprised, Bram rocks ;-) – Benj Aug 18 '11 at 22:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.