Monday, December 4, 2017

Re: DirDiff does not find differences

Le lundi 4 décembre 2017 10:45:44 UTC+1, Ni Va a écrit :
> Le dimanche 3 décembre 2017 14:06:07 UTC+1, Ni Va a écrit :
> > 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
>
> 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 = ""

Sorry, only these lines missed in _vimrc.
let g:DirDiffForceLang = ""
" ignore white space in diff
let g:DirDiffAddArgs = "-w"

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: