commit | de323093e1be165a3eadd1ab3d02942358cd97bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 19:56:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 19:56:08 2017 +0100 |
tree | 088f65bfbec9f716e6e9e46936b13110c6d100a3 | |
parent | 040c1feb212568cf04265e59b26182f8b76057aa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index df0e501..85f5296 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1280, +/**/ 1279, /**/ 1278,