erietz / vim-terminator

:dagger: Run your code in an output buffer or a vim terminal conveniently
GNU General Public License v3.0
116 stars 2 forks source link

Doesn't work if file path contains spaces #10

Open s-cassidy opened 3 years ago

s-cassidy commented 3 years ago

File paths with spaces are passed to the runfile commands with the spaces included, i.e. as multiple arguments. I've worked around this for my own use case by setting my own commands.

erietz commented 3 years ago

This should be fixed now.

erietz commented 3 years ago

Directory names with spaces are still not fixed however.