commit | 165315584d6587e287f54d6c8820e050114b5694 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 16:00:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 16:00:46 2020 +0100 |
tree | e7827dcce0b96c88614b6882236777023834222f | |
parent | d02e508a18346ca1acb8c0c94c38e62a6ddeefe2 [diff] [blame] |
patch 8.2.0232: the :compiler command causes a crash Problem: The :compiler command causes a crash. (Daniel Steinberg) Solution: Do not use the script index if it isn't set.
diff --git a/src/version.c b/src/version.c index db1f9f7..e1fde10 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 232, +/**/ 231, /**/ 230,