Vimfest 2017 recap
[2018-08-14]
Matthias has (finally!) organised all the information about last year's Vimfest in Berlin.
The result is a comprehensive overview of all the speakers, slides and videos.
Read it all on the vimfest site.
Unfortunately, there are no plans for a Vimfest 2018. (Bram Moolenaar)
Migration done
[2018-06-29]
If you can see this news entry, then the migration of http://www.vim.org to the new osdn datacenter has been performed. successfully. It might take some time until vim.org resolves to the new host, you can use http://www.vim8.org if you experience issues. (Christian Brabandt)
Vim 8.1 is released!
[2018-05-18]
Vim 8.1 is a minor release, a few new features have been added since Vim 8.0. A lot of bugs have been fixed, documentation was updated, etc.
The main new feature is the terminal window.
More information can be found on this page. (Bram Moolenaar)
|
|
Recent patches
|
Patch 8.1.0346
|
|
Problem:
|
Building with Aap is outdated and unused.
|
|
Solution:
|
Remove the Aap build files.
|
|
|
Patch 8.1.0345
|
|
Problem:
|
Cannot get the window id associated with the location list.
|
|
Solution:
|
Add the "filewinid" argument to getloclist(). (Yegappan Lakshmanan, closes #3202)
|
|
|
Patch 8.1.0344
|
|
Problem:
|
'hlsearch' highlighting has a gap after /$.
|
|
Solution:
|
Remove suspicious code. (Ricky Zhou, closes #3400)
|
|
|
Patch 8.1.0343
|
|
Problem:
|
'shellslash' is not used for getcwd() with local directory.
|
|
Solution:
|
(Daniel Hahler) Call slash_adjust() later. (closes #3399)
|
|
|