-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
malformed content in /usr/share/vim/vim80/defaults.vim
#1382
Comments
I think you're correct.
I am pretty sure that this was caused by an unfortunate side effect of an upgrade of MSYS2' vim updating the defaults.vim file in a way that our The idea is to disable the global default of remembering the current line when closing and reopening files (which Git for Windows wants to override so that commit messages do not receive that handling). Sadly, the |
The bug introduced into Git for Windows v2.15.1 where `vim` would show an ugly warning upon startup [was fixed](git-for-windows/git#1382). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
I can confirm that it works now with a custom built installer (after pulling the git and build-extra repos and Thanks! @dscho, are you planning to release a new build today/tomorrow? |
Great!
The artifacts are built as we speak; I will test them manually (in particular that |
Vielen Dank und Schöne Grüsse! |
Uploading now... it'll take about 20 minutes in total. |
Uploaded. |
Looks all good! |
sorry for chiming in, but with which Vim version did this happen? I am asking, because I thought I fixed this bug in Vim some time ago: |
@chrisbra the problem was an unfortunate interaction between vim's So: @chrisbra no worries, Vim itself was not the culprit, at least not alone. |
Setup
Installer
Git-2.15.1-64-bit.exe
defaults?
to the issue you're seeing?
No.
Details
Git Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
vim opens without error
Looking at the file and the lines 112-135 it seems that each line is prefixed with a
"
which was probably inserted accidentally. I'm not sure if this comes from the upstream msys2 vim package or is introduced by git4win.Could you please make a quick release, e.g. with an older vim package or a fixed default.vim?
Thank you!
URL to that repository to help us with testing?
No.
The text was updated successfully, but these errors were encountered: