-
Notifications
You must be signed in to change notification settings - Fork 112
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
Don't use the Cream installer for Vim #267
Comments
It's probably more of a history thing - cream installer was best avail at that point in time |
Agreed that this should move. How to handle existing installs on the upgrade path? |
Good question. I'm not sure entirely what Cream does different. I know the installer is definitely different than the mainline distro. And sorry I hadn't searched, because Issue #239 also mentions the shell extension not being removed, and suggests having chocolatey manually deleting it. And |
Folks want things to not chamge things much past installer defaults without params on the community repo. Switching out an installer on upgrade could upset some folks so having a good path for them would be kind of important. |
Maybe just move that to |
I just became aware of this myself. For an upgrade path, maybe consider the following: deprecate My install scripts for @mmikeww fwiw I recently fixed up the |
Thanks AeliusSaionji, your scripts should work for the official vim release from github, with the one exception that there is no x64 executable installer, only an x86 executable and an x64.zip. So chocolately would probably just always use the x86 (which is what i use on my x64 system anyway without any issues) |
I would not be pleased at all with the exclusion of x64. Luckily, my scripts are written for the zip distributions, not for exe installers. Vim includes an
The downloaded filetype in my script is only Aside, vim-tux dev got back to me and tells me he intentionally excludes |
it looks like this was changed at some point? i cant seem to check the history of the vim package, but chocolatey doesnt look like its using the cream version anymore edit: |
I'm not sure what the reasoning is behind using the Cream distribution for Vim, rather than the official distribution. I thought maybe the official Vim installer was using some wacko installer method, but I checked and they are both using NSIS. While I do understand the "if it aint broke dont fix it" mindset, however, this is broke:
The Cream distribution includes the windows right click context menu item for "Edit with Vim", however on
choco uninstall vim
, it doesn't remove that context item.Further, the official Vim windows installer either from the Vim FTP or from the Vim Github release, includes an additional context menu for "Edit with existing Vim", which is useful if you already have Vim running. The Cream installation lacks this. Plus, its 'official', so why not use it?
The text was updated successfully, but these errors were encountered: