0
0
mirror of https://github.com/vim/vim.git synced 2025-11-08 10:27:32 -05:00

patch 8.0.1280: Python None cannot be converted to a Vim type

Problem:    Python None cannot be converted to a Vim type.
Solution:   Convert it to v:none. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2017-11-09 19:56:08 +01:00
parent 040c1feb21
commit de323093e1
5 changed files with 56 additions and 47 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1280,
/**/
1279,
/**/