idanarye / vim-dutyl

Coordinate D tools to work together for you
http://www.vim.org/scripts/script.php?script_id=5003
79 stars 13 forks source link

:DUConfigFileEditImportPaths causes error under Windows #3

Closed vuplea closed 10 years ago

vuplea commented 10 years ago

The swapfile of the new buffer created in editStringListField has an illegal filename under Windows, causing error E303; adding a setlocal noswapfile command in editStringListField fixed it.

idanarye commented 10 years ago

Since you fixed it, do you mind sending a pull request?