commit | 673660ab00d808d1e96e7181a60c5c8545c0ee75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 26 16:50:05 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 26 16:50:05 2020 +0100 |
tree | f1640b455e435624fa045d972e7d27ee5b77dda1 | |
parent | 8a7d6542b33e5d2b352262305c3bfdb2d14e1cf8 [diff] [blame] |
patch 8.2.0150: cannot define python function when using :execute Problem: Cannot define python function when using :execute. (Yasuhiro Matsumoto) Solution: Do not recognize "def" inside "function.
diff --git a/src/version.c b/src/version.c index 3b4a959..159d550 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 150, +/**/ 149, /**/ 148,