will133 / vim-dirdiff

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

Function GetDiffStrings() doesn't work correctly (any language) #2

Closed hcgraf closed 8 years ago

hcgraf commented 9 years ago

This is because the buffer "tmpdiff" is not reloaded. Easy fix: in dirdiff.vim, line 906, replace "q" with "bd" OR: force a reload by using "edit" after line 914 (which solution is better?)

will133 commented 8 years ago

Should be resolved by c69159f.