Commit Graph

5 Commits

Author SHA1 Message Date
Alexey Pavlov
90a70a212b vim: Update to 8.1.2104 2019-10-01 09:50:04 +03:00
Alexey Pavlov
c81e32aafe vim: Update to 8.1.1700 2019-07-17 09:54:41 +03:00
Alexey Pavlov
e30d43dff1 vim: Update to 8.1.1234 2019-04-29 08:33:49 +03:00
Alexey Pavlov
2f01f4b063 vim: Update to 8.0.0027 2016-10-12 14:43:47 +03:00
Johannes Schindelin
049251aa08 vim: accept CR/LF in input (such as ~/.vimrc)
When sharing Windows' home directory, we have to expect that the
`.vimrc` file can have DOS line endings.

Let's be lenient about this, as well as all other input we get, and just
handle CR/LF as well as LF line endings.

We still behave as before, otherwise.

This fixes https://github.com/git-for-windows/git/issues/272 and
https://github.com/git-for-windows/git/issues/364

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-15 14:35:23 +02:00