| News |
Vim
7.4.516
is the current version |
Did you know about persistent undo?
[2014-10-31]
A feature I enjoy using myself is not known to many users, as I found out last weekend. Besides undo with as many levels as you like, Vim also offers storing the undo information in a file. So you can exit Vim, reboot your computer and still undo changes you made. See the help for 'undofile'. (Bram Moolenaar)
Article about installing gVim on Windows7
[2014-01-10]
Pritesh Ugrankar has written an article that was published in the Open Source For You Magazine.
You can read it here (PDF).
Thanks to the publisher to allow us to re-publish the article. (Bram Moolenaar)
|
Vim: The power tool for everyone!
Bram has visited the Vim charity project, read about it in his
Uganda visit report.
|
 |
| Recent Script Updates |
4,948 scripts, 9,727,651 downloads |
 |
| [2014-11-09] |
Integrake : Abuse Rake to do project chores around Vim |
 |
(1.2.0) - Add a mechanism for passing data from prerequisites to caller tasks.
- Add option-choosing tasks.
- Add window preparation tasks.
- Add autocompletion with the complete method for `Rake::Task`.
- Isolate the integrake file from the rest of the Vim ruby environment.
- Add `to_vim` for Hash. - Idan Arye |
| [2014-11-08] |
diffchar.vim : Highlight the exact differences, based on characters and words |
 |
(4.5) Fixed to show the last "brown" on above example as added (not changed) units and to use your global variables defined in vimrc. - Rick Howe |
| [2014-11-07] |
directionalWindowResizer : Adjust window size with Ctrl +jklh |
 |
(1.0) Initial upload - C M |
| [2014-11-06] |
AdvancedSorters : Sorting of certain areas or by special needs. |
 |
(1.02) - BUG: :.SortRangesBy... doesn't work correctly on a closed fold; need to use ingo#range#NetStart(). *** You need to update to ingo-library (vimscript #4433) version 1.022! *** - Ingo Karkat |
| [2014-11-05] |
numbers.vim : plugin for intelligently toggling line numbers. |
 |
(v0.5.0) Initial upload - Benedykt Przybyło |
 |
| 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.
|