Vimdiff failing with “Cannot read or write temp files”

后端 未结 7 605
一生所求
一生所求 2021-02-02 08:23

I\'m using Vim 7.4 on Windows 7.

I do have a custom _vimrc file, but both Vim and gVim work fine. When I try to run vimdiff .\\xxxxx .\\yyyyy, it gives the

7条回答
  •  醉话见心
    2021-02-02 09:11

    Have you set vim shell to powershell? If so this answer might work. After hard searching my problem was solved by it.

    At least see what shell you're using, or try to set vim shell to other shells if installed, e.g. set shell=/path/to/bash.exe, it might shed some light.

提交回复
热议问题