On 2015-12-22, Christian Brabandt wrote: > On Di, 22 Dez 2015, Bram Moolenaar wrote: > > > Ben Fritz wrote: > > > > > On Monday, December 21, 2015 at 2:44:27 PM UTC-6, Bram Moolenaar wrote:
> > > > Some things that might cause problems: > > > > - If the line endings are changed from LF to CR-LF then the checksum > > > > will always differ. Perhaps we need two entries for each file, with > > > > and without CR-LF? > > > > > > Don't change line endings. Just distribute Unix-style and it will work > > > on Windows, too. Frankly I'm annoyed it doesn't "just work" on Unix > > > with either style like it does on Windows. > > > > Traditionally we have always distributed runtime files with CR-LF > > endings on Windows. This is indeed inconsistent, especially when > > updating with git. > > > > I can give it a try to use LF on Windows and see what doesn't work. > > There might be a few small problems, but it also solves problems. > > Please do. This has caused problems for me in the past and my opinion > would be to just always use LF for all platforms and not care about > CR+LF at all. I share my ~/.vim (~/vimfiles) via Dropbox and unison on all the machines I use, Linux and Windows. Once I converted all the CR-LF files to LF-only it has worked flawlessly. Regards, Gary -- -- 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.
