Successful VimConf 2018 in Tokyo
[2018-12-01]
VimConf was very well organised and there were many interesting talks.
I have done a keynote, I hope it was appreciated.
You can find the slides listed here. (Bram Moolenaar)
Happy Vim birthday!
[2018-11-04]
27 years ago the first version of Vim was published: 1.14
The date "November 2" can be found in the binary, so that's the official birthday of Vim.
You can see my 25 year presentation on Youtube (Bram Moolenaar)
VimConf 2018 in Tokyo
[2018-10-19]
The one and only Vim conference will be held on November 24 in Tokyo.
You can see the program here.
Unfortunately, it's already completely sold out!
I'm happy to be invited to do the keynote. (Bram Moolenaar)
|
|
Recent patches
|
Patch 8.1.1048
|
|
Problem:
|
Minor issues with tests.
|
|
Solution:
|
Delete unused test OK file. Add missing entries in list of tests. Fix readme file. (Masato Nishihata, closes #4160)
|
|
|
Patch 8.1.1047
|
|
Problem:
|
WINCH signal is not tested.
|
|
Solution:
|
Add a test. (Dominique Pelle, closes #4158)
|
|
|
Patch 8.1.1046
|
|
Problem:
|
the "secure" variable is used inconsistently. (Justin M. Keyes)
|
|
Solution:
|
Set it to one instead of incrementing.
|
|
|
Patch 8.1.1045
|
|
Problem:
|
E315 ml_get error when using Python and hidden buffer.
|
|
Solution:
|
Make sure the cursor position is valid. (Ben Jackson, closes #4153, closes #4154)
|
|
|