Hi, 2013/09/05 Thu 12:29:49 UTC+9 mattn wrote: > Sorry, It happen on windows just only. It's sub-stream feature on windows. > And I notice my patch is wrong. it doesn't fix issue. > > I'll try to fix again.
I want to explain more detail of the problem. Windows can't use ':' as a normal filename. ':' is used for "Alternate Data Streams (ADS)" on NTFS. E.g. "foo:bar" is an ADS named "bar" which belongs to a normal file "foo". When edit an ADS "foo:bar", currently a swapfile "foo:.bar" will be created, which means that a normal file "foo" will also be created automatically even we don't save the ADS "foo:bar". After quiting vim without saving "foo:bar", the file "foo" remains. Regards, Ken Takata -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
