brookhong / DBGPavim

This is a plugin to enable php debug in VIM with Xdebug, with a new debug engine.
132 stars 19 forks source link

load dbgpavim.py even if there are spaces on the path #22

Closed thiagoalessio closed 10 years ago

thiagoalessio commented 11 years ago

Hi, I store my vim files under ~/Projects/Open Source ... and the space between "Open" and "Source" caused me some problems, making pyfile thinks that I was sending 2 different files.

brookhong commented 11 years ago

Thanks Thiago. Should it be "substitute(s:dbgpavim_py,'\ ','\ ','g')"? Have you tested it under Windows?