Hi christian, my working folder is %tmp% and I use LargeFile plugin but I thought it offices out of diff func.
It seems to be temporary files IO of my local account that is slowing the diff. Rigths on it under win 10 as rights on drives need administrator... I'am searching why a local admin account need elevation rights.... 2018-02-16 23:27 GMT+01:00 Christian Brabandt <[email protected]>: > > On Fr, 16 Feb 2018, Ni Va wrote: > > > Le vendredi 16 février 2018 20:43:33 UTC+1, Dominique Pelle a écrit : > > > Ni Va <[email protected]> wrote: > > > > > > > Can you test these ones please Dominique. > > > > Thank you in advance. > > > > Nicolas > > > > > > I diffed the 2 files in your tar file with: > > > > > > $ vim -u NONE -o localConf.xml localConf.xml.out > > > :windo diffthis > > > > > > It works fine for me. It only takes about 1 or 2 seconds > > > with vim-8.0.1520. What command do you use? > > > > > > Regards > > > Dominique > > > > > > PS: please bottom post in this mailing list, i.e. reply at the > > > bottom of the message. > > > > I open first in gvim 8.0.1520 build 64bits (under windows 10). > > Then :vnew, and in the new buffer open the second one. > > > > Then :windo diffthis. it is so far that gvim is not responding to me. > > You are not giving much information about your Vim setup (e.g. what > version, how did you start it, what plugins are enabled, etc...) so here > are my findings with my standard setup (including various plugins like > airline): > > Running :windo :diffthis on those 2 files gave me: > 3.5s on a Win10 i7 Core with 32GB > > However, note that Vim needs to shell out and read from a temporary > file. Also fork() and running external processes is known to be > considerably slower on Windows than on Linux. And your files are not > exactly small. > > Also note, if those files happen to be living on a network share or the > tempfiles are on a network share this might slow down I/O considerable > (as does an on access anti-virus scanner). Also the LargeFile plugin > might help (in case you have some expensive plugins or autocommands > running). > > Best, > Christian > -- > Wenn der Mensch nicht über das nachdenkt, was in ferner Zukunft liegt, > wird er das schon in naher Zukunft bereuen. > -- Konfuzius (551-479 v. Chr.) > > -- > -- > You received this message from the "vim_dev" 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 a topic in the > Google Groups "vim_dev" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/vim_dev/X19Lz_hVf9A/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
