Migration done
[2018-04-30]
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 vim8.org if you experience issues. (Christian Brabandt)
Maintenance on April 30th 2018
[2018-04-28]
There will be some maintenance work on April 30th for moving to a different hosting provider. See the announcement. This means, that scripts cannot be uploaded and there might appear some error messages. (Christian Brabandt)
Vim talk at SFI conference in Krakow, Friday April 6
[2018-04-05]
The SFI conference is taking place in Krakow from April 5 to 7.
There are talks on various topics of computer software.
My talk "Vim: recent developments" is on Friday at 12:30.
You can find the agenda here. (Bram Moolenaar)
|
|
Recent patches
|
Patch 8.0.1789
|
|
Problem:
|
BufWinEnter does not work well for a terminal window.
|
|
Solution:
|
Do not trigger BufWinEnter when opening a terminal window.
|
|
|
Patch 8.0.1788
|
|
Problem:
|
Tool to check a color scheme is not installed.
|
|
Solution:
|
Update the install rule. (Christian Brabandt)
|
|
|
Patch 8.0.1787
|
|
Problem:
|
Cannot insert the whole cursor line.
|
|
Solution:
|
Make CTRL-R CTRL-L work. (Andy Massimino, closes #2857)
|
|
|
Patch 8.0.1786
|
|
Problem:
|
No test for 'termwinkey'.
|
|
Solution:
|
Add a test. Make feedkeys() handle terminal_loop() returning before characters are consumed.
|
|
|