garbas / vim-snipmate

snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
www.vim.org/scripts/script.php?script_id=2540
2.01k stars 181 forks source link

The glob() function may not work right on Windows #298

Open ajzafar opened 10 months ago

ajzafar commented 10 months ago

This is a series of issues pulled from #264. This first one indicates there may be issues with the built-in glob() function on Windows, in particular with single snippet files.

This may have been fixed since #264. I'm just organizing issues right now.