xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

FIX: Ensure full absolute tagsfile filespec in async mode. #86

Closed inkarkat closed 10 years ago

inkarkat commented 10 years ago

On Windows, tagfiles() can return a filespec that is absolute to the current drive (i.e. \foo\bar\tags). In async mode, the forked Vim process may have another current drive, so it should be ensured that the filespec is a full one, including the drive letter: D:\foo\bar\tags.

You can also see this issue in the debug output of #85.

xolox commented 10 years ago

Thanks for the pull request, it's now merged!