DirDiff does not find differences

18 views
Skip to first unread message

Ni Va

unread,
Dec 3, 2017, 8:06:07 AM12/3/17
to vim_use
Hi,


Using last plugged vim-dirdiff plugin from git under Windows 10 and vim8.0.1365.

There are differences but, the Message is this one, :

[A]=d:/Logiciels/vim-master.8.0.1365/runtime
[B]=D:/Logiciels/Vim/vim80
Usage: <Enter>/'o'=open,'s'=sync,'q'=quit
Options: 'u'=update,'x'=set excludes,'i'=set ignore,'a'=set args
Diff Args: -r --brief

==>


I have read Issue #4 of plugin https://github.com/will133/vim-dirdiff/issues/4
but even with let g:DirDiffForceLang="" this is not working.

Thank by advance
Nicholas

Ni Va

unread,
Dec 4, 2017, 4:45:44 AM12/4/17
to vim_use
Ok see
https://github.com/will133/vim-dirdiff/issues/4

this could be resolved by this in _vimrc:
let g:DirDiffForceLang = ""

Should be integrated in plugin with
if has("win32")
let g:DirDiffForceLang = ""

Ni Va

unread,
Dec 4, 2017, 10:20:42 AM12/4/17
to vim_use
Sorry, only these lines missed in _vimrc.
let g:DirDiffForceLang = ""
" ignore white space in diff
let g:DirDiffAddArgs = "-w"
Reply all
Reply to author
Forward
0 new messages