Re: Bug in Vim 7.3 when using on Windows
Дмитрий Франк wrote: 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
Bug in Vim 7.3 when using on Windows
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). Actu