Parse arguments to :load
the same way the shell does
#322
Labels
C-Moderate Effort
Should take a moderate amount of time to address.
S-Nice to have
Minor importance
U-Parsing
Z-Feature Request
Z-Student
Good project for a student.
If you try to
:load
something from a path that has spaces, it stops prior to the space and claims it can't find the given module. One might even argue this is a bug since tab completion will fill in a file name with backslash-escaped spaces, but then:load
chokes on it.The text was updated successfully, but these errors were encountered: