I found bug in Vim 7.3 when using on Windows. I trying to put tag file in "~\tags". but there's spaces in home directory: "C:\Documents and Settings\Username".
When i typing ":new ~\tags", it opens. But filereadable('~\tags') returns false (0). Actually, filereadable('C:\Documents and Settings\Username\tags') returns true, and i thought i would do the workaround with this, but i wouldn't, because when i typing ":set tags=C:\Documents\ and\ Settings\Username\tags", Vim, as a smartass, automatically converts it into "~\tags", and tags aren't readable for editor. So, there's no way to put tags file in home directory at Windows. -- Best regards, Dmitry. -- 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