Project Database Problems
[09-Jun-2023]
The server is currently experiencing sporadic problems with the
project database and web server. This means login, news and scripts
are currently unavailable.
This is usually solved within a short time.
Thank you for your patience.
Another way to get to the scripts is through git on
github.
Vim - the ubiquitous text editor
Vim is a highly configurable text editor built to make creating and
changing any kind of text very efficient.
It is included as "vi" with most UNIX systems and with Apple OS X.
Vim is rock stable and is continuously being developed to become even better.
Among its features are:
- persistent, multi-level undo tree
- extensive plugin system
- support for hundreds of programming languages and file formats
- powerful search and replace
- integrates with many tools
News |
Vim
9.0.1619
is the current version |
new :defer command
[2022-09-10]
Cleaning up after creating a file or directory can easily be forgotten.
To make it easier the :defer command has been added.
It works like it does in the Go language.
Also, you can add a flag to writefile() and mkdir() to have them defer a delete() call.
This is especially useful in tests, where temp files need to be cleaned up.
Read about it in the help file. (Bram Moolenaar)
Virtual text has been implemented
[2022-09-10]
The past weeks a new feature has been added, that allows for displaying text in between the buffer text.
Since this text does not exist in the file this is often called "virtual text".
The virtual text can appear inside the line, after the line and below the line.
You can read about it in the help. (Bram Moolenaar)
Vim 9.0 is released!
[2022-06-28]
Finally, after years of hard work, there is a new major release of Vim.
Besides many additions and fixes, the main new item is the support for Vim9 script.
You can go straight to the Download page and try it out.
Or read the announcement. (Bram Moolenaar)
|
Vim: The power tool for everyone!
See pictures of Bram's latest visit to Uganda on
Google Photos.
Read the visit report on the ICCF website.
|
 |
Recent Script Updates |
5,916 scripts, 17,380,527 downloads |
 |
[2023-06-01] |
vimcrypt2 : open encrypted files in vim, enter password once for the same buffer |
 |
(1.1) adding g:vimcrypt2_cipher (default aes-256-ecb) and g:vimcrypt2_addopt (default -md md5) - Michael Moser |
[2023-06-01] |
fuzzyy : A fuzzy finder for vim |
 |
(1.1.0) fix some bugs - Nachuan Tang |
[2023-05-31] |
vim-highlight-yanked : Highlight yanked text. |
 |
(v1.0.0) Initial Release - Ubaldo Tiberi |
[2023-05-31] |
vim-conda-activate : Activate Conda environments in Vim. |
 |
(v1.0.0) Initial Release. - Ubaldo Tiberi |
[2023-05-31] |
vim-writegood : Check your English prose in vim. |
 |
(v1.1.1) * Updated License. - Ubaldo Tiberi |
 |
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.
|