Commit e4d09dc
committed
fixed rope new project path error
In windows, when vim without 'shellslash' options, the function getcwd()
return path string use '\' as directory separator. This will cause
python parse it error. To solve it, replace the '\' with '/'.1 parent 7a449a5 commit e4d09dc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
| |||
0 commit comments