↧
Answer by joanis for Why does current/shell directory change depending...
I can't say why it happens - I've reproduced the behaviour and it is strange indeed - but here is a work-around I found:vi -c "cd %CD%" X:\Directory\File.txtWith -c, vi will execute the cd command as...
View ArticleWhy does current/shell directory change depending whether drive-letter is...
Using VIM (v6.3) from a command-prompt (i.e. not gVIM) I'm getting different behaviour for the :shell command depending on whether I specify a drive-letter when editing a file or not.Without Driver...
View Article