commit | 14816ad6e58336773443f5ee2e4aa9e384af65d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 22:04:56 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 22:04:56 2019 +0100 |
tree | f53327ad0ffed33997cf4bbe9ce4725cb2221980 | |
parent | 0472b6d149445579e3a63519b15f099f9adda3f7 [diff] [blame] |
patch 8.1.0950: using :python sets 'pyxversion' even when not executed Problem: Using :python sets 'pyxversion' even when not executed. Solution: Check the "skip" flag. (Shane Harper, closes #3995)
diff --git a/src/version.c b/src/version.c index 32abc71..fe498ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 950, +/**/ 949, /**/ 948,