Hello,
I have noticed that the buffer-name handling routine
can identify different forms of a file name. For example,
I believe it knows that the following two are the same
when $HOME is /home/the_user
~the_user/the_file
/home/the_user/the_file
However, the name-handler does not collapse \\ -- for example,
it thinks the following files are different:
foo\boo\the_file
foo\boo\\the_tile
Besides the issue of the buffer name handler's capability, there
is also the issue why my usage generates such names: they show up
when I hit return in the taglist index window and taglist displays
the corresponding file.
--Suresh
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---