commit | 069dafc1ded60d9ee0fee4bcecce78ac8a235d87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 20:02:19 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 20:02:19 2018 +0100 |
tree | bf218ed98ca113eb8d3c818c3107e44b4089b7b7 | |
parent | 3767b61ad99fe6ff2cace2dccb5d35331786735f [diff] [blame] |
patch 8.0.1561: crash with rust syntax highligting Problem: Crash with rust syntax highligting. (Edd Barrett) Solution: Avoid going past the end of an empty line.
diff --git a/src/version.c b/src/version.c index f8777dc..ae51d72 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1561, +/**/ 1560, /**/ 1559,