will133 / vim-dirdiff

Vim plugin to diff two directories
335 stars 59 forks source link

Error on DirDfif #25

Closed sah4ez closed 4 years ago

sah4ez commented 5 years ago

I used SpaceVim assembly (git rev: f1a44f5b) and DirDiff plugin. All worked good, but now I had this error when try diff two directories:

Calling shell to execute: "diff -a /tmp/vnPuVyd/9 /tmp/vnPuVyd/10 >/tmp/vnPuVyd/11 2>&1"
Error detected while processing function <SNR>148_DirDiff[115]..<SNR>148_DirDiffNext[10]..<SNR>148_DirDiffOpen[93]..<SNR>148_GotoDiffWindow:
line    1:
E479: No match
Error detected while processing function <SNR>148_DirDiff[115]..<SNR>148_DirDiffNext[10]..<SNR>148_DirDiffOpen:
line   96:
E121: Undefined variable: b:currentDiff
E15: Invalid expression: (b:currentDiff)

Anybody have ideas?

will133 commented 4 years ago

This should be fixed with the replacement of the drop command.

rahulkande commented 5 months ago

I am getting the same error. How do I fix this? What is meant by "replacement of the drop command"?