Alex Jakushev wrote:
> I understand that these bugs and feature requests are "nice to have",
> but anyway...
>
> VIM is not working very well with NTFS streams. When you edit file,
> say, "test.txt:aaa",
> it complains about backup during save (E510). If you edit file
> "test.txt:my.txt", VIM opens
> and edits file test_txt (but with correct stream ).
>
> Also, it would be very nice if NTFS streams could be shown during
> command line
> autocompletion. Say, you have file test.txt with streams aaa and bbb.
> On command line
> you write ":e test.txt:", and after pressing tab you see test.txt:aaa
> and test.txt:bbb, like
> normal file names.
Try setting the 'backupcopy' option to "yes".
I thought Vim did copy the streams, but I suppose this doesn't work when
you edit one specific stream. If you want to look at it: function
copy_infostreams() in src/os_win32.c
NTFS streams are mostly restricted to MS-Windows applications, and
rarely used. I don't think it's a good idea to support them in Vim
directly.
--
BEDEVERE: And what do you burn, apart from witches?
FOURTH VILLAGER: ... Wood?
BEDEVERE: So why do witches burn?
SECOND VILLAGER: (pianissimo) ... Because they're made of wood...?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---