> So we can just change :p to expand 8.3 names to their long name and > that's it.
Sorry for delay. https://gist.github.com/2832022 I wonder whether we should change :p behavior. I'm thinking there are some cases to use "8.3". For example, 8.3 don't have spaces in the path. So it's useful to avoid any bugs when executing external program. I applied this patch above, But some vim plugins occur error. That beleave fnamemodify(tempname(), ':p') dont contains any spaces. So I suggest one more another patch. https://gist.github.com/2831996 This is new modifier ":f". User can manually handing "8.3" path names. If you allow this, I'll add patch for doc. Thanks. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
