-
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
vi has become completely unusable. #223
Comments
where is syntax highlighting in 2.4.4.1? |
There is no syntax highlighting in 2.4.4 @linquize |
What is your output of the following calls? cat /etc/vimrc
cat ~/.vimrc |
Uhm. Just to be sure, here is the information that I would really like in essentially every bug report because it is really relevant:
And editing a C file just works: Well, maybe it is just PHP highlighting? Nope, that works, too: Therefore it is not a problem of Git for Windows per se, but instead an issue in your particular setup. @nalla was nice enough to suggest pointers how to start hunting. I would also offer this pointer: ls /usr/share/vim/vim74/syntax/ (which takes quite a while here and lists 583 files that are used by vim to provide 583 different types of syntax highlighting.) I would also like to challenge you to improve the rather hand-waving statement
Without specifics, this bug report leaves a lot of room for improvement. Please use that room and improve the bug report to the point that @nalla or I have a chance to help you resolve your problem. |
Did a clean install and it has fixed the problem. Could not repro this after that. |
This replaces git-for-windows#223. There was a strangely-subtle issue about reading the trailing hash from the downloaded packs that caused issues when reading from the origin remote. Add `gvfs-helper prefetch` command line option and `objects.prefetch` mode in `gvfs-helper server`. Sorry, but this contains a major refactor of the packfile and loose file handling to let me share it with the prefetch code. As a side benefit, I collapsed the tempfile creation before the request goes out and merged the install_ code after the result is returned. I also changed packfile code to use the packfile-checksum rather than a timestamp so that we look more like normal Git. More details are in the commit message.
This replaces git-for-windows#223. There was a strangely-subtle issue about reading the trailing hash from the downloaded packs that caused issues when reading from the origin remote. Add `gvfs-helper prefetch` command line option and `objects.prefetch` mode in `gvfs-helper server`. Sorry, but this contains a major refactor of the packfile and loose file handling to let me share it with the prefetch code. As a side benefit, I collapsed the tempfile creation before the request goes out and merged the install_ code after the result is returned. I also changed packfile code to use the packfile-checksum rather than a timestamp so that we look more like normal Git. More details are in the commit message.
This replaces git-for-windows#223. There was a strangely-subtle issue about reading the trailing hash from the downloaded packs that caused issues when reading from the origin remote. Add `gvfs-helper prefetch` command line option and `objects.prefetch` mode in `gvfs-helper server`. Sorry, but this contains a major refactor of the packfile and loose file handling to let me share it with the prefetch code. As a side benefit, I collapsed the tempfile creation before the request goes out and merged the install_ code after the result is returned. I also changed packfile code to use the packfile-checksum rather than a timestamp so that we look more like normal Git. More details are in the commit message.
Using v2.4.3 and v2.4.4, vi has become completely unusable. It has also lost its syntax highlighting. v2.4.2 worked fine with vi.
git version 2.4.2 windows 1
![git version 2 4 2 windows 1](https://cloud.githubusercontent.com/assets/3390089/8315930/3ddd4668-1a0d-11e5-867a-6a9a149c80e2.png)
git version 2.4.4 windows 1
![git version 2 4 4 windows 2](https://cloud.githubusercontent.com/assets/3390089/8315940/47fbaf40-1a0d-11e5-88c6-de8bc2837d25.png)
The text was updated successfully, but these errors were encountered: