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?