Commit 145a2fd
committed
Escape all system command filenames
In the macos implementation it is possible that spaces appear in the
absolute file path, so we have to escape it for all system command uses.
All other platform implementations are not able to end up with spaces
in system command arguments (most of them are hardcoded and do not
depend on the directory where vim is installed).
Fixes #131 parent a0221ff commit 145a2fd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments