| News |
Vim
7.3.421
is the current version |
Two decades of productivity: Vim's 20th anniversary
[2011-11-26]
Ryan Paul wrote a nice article after figuring out that Vim was born 20 years ago. That is the day Vim was first send out to the world. I have actually been working on it a big longer, let's consider that a pregnancy (without the side effects :-). You can find the full article here. (Bram Moolenaar)
Vim charity update
[2011-04-28]
Vim users are encouraged to support needy children in Uganda, as a "thank you" for all the work. I have recently visited the project to see what they are doing with our donations. They are doing very well! Read my visit report, with lots of pictures, you can find it here. (Bram Moolenaar)
 |
| Recent Script Updates |
3,885 scripts, 6,398,912 downloads |
 |
| [2012-02-03] |
quickfixsigns : Mark quickfix & location list items with signs |
 |
(1.00) - g:quickfixsigns_debug, quickfixsigns#AssertUniqueSigns()
- Be smarter at detecting old signs that already exist: s:SignExistsAt() etc.
- debugging
- if !exists('g:quickfixsigns_class_rel2')
- QuickfixsignsSet: clean up
- QuickfixsignsDisable, QuickfixsignsEnable commands (fixes #12)
- Don't call QuickfixsignsSet during startup (fixes #13)
- Use full filenames
- GetLocList(): call getloclist with... - Tom Link |
| [2012-02-03] |
tagport : Find and yank Python import statement for keyword under cursor. |
 |
(0.2) - Added aliases and ignore list support.
- Bug fixes - Phui-Hock Chang |
| [2012-02-03] |
Headlights : A Vim plugin that creates a TextMate-like 'Bundles' menu |
 |
(1.4.1) - usability fixes
- doc updates - Mohammed Badran |
| [2012-02-03] |
WhiteWash : Remove excess white space. |
 |
(0.11) Add GetLatestVimScript support. - Michael O'Neill |
| [2012-02-02] |
muttrc.vim : A syntax file to support the syntax of devel versions of mutt |
 |
(1.8.6) Fix for cpoptions, add BackTab to the list of keys, and add support for a few sidebar keywords. - Kyle Wheeler |
 |
| more recent |
most downloaded |
top rated |
 |
 |
| Vim Tips |
 |
The tips are located on the
Vim Tips wiki.
This is a platform to exchange tips and tricks from and for Vim users.
 |
| Vim Patches |
 |
A list of patches available for Vim can be found on the
vim_dev maillist pages.
These add new or improved features, at the cost of having to rebuild Vim.
|