Skip to content
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

bumped vim to 7.4 #108

Merged
merged 1 commit into from
Nov 11, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vim/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = 'vim'
$fileType = 'exe'
$args = '/S'
$url = 'http://downloads.sourceforge.net/project/cream/Vim/7.3.829/gvim-7-3-829.exe'
$url = 'http://downloads.sourceforge.net/project/cream/Vim/7.4.27/gvim-7-4-27.exe'

Install-ChocolateyPackage $packageName $fileType $args $url

Expand Down
4 changes: 2 additions & 2 deletions vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>7.3.8297</version>
<version>7.4.27</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
<description>Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.
Vim is often called a programmer's editor, and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.</description>
<releaseNotes>Updated to version 7.3.829. Fixed issue installing on 32bit Windows 7</releaseNotes>
<releaseNotes>A new, faster regular expression engine. More than a thousand fixes and small improvements.</releaseNotes>
<projectUrl>http://vim.org</projectUrl>
<tags>vim editor vi admin</tags>
<licenseUrl>http://vimdoc.sourceforge.net/htmldoc/uganda.html</licenseUrl>
Expand Down