commit | 396b7c78c0fd9cd07528963b18c27398491df40d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 21 23:08:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 21 23:08:59 2019 +0200 |
tree | 34e4afda06906bd4fb7662c4ea9adb02a670fa6f | |
parent | 34ba06b6e6f94bb46062e6c85dbfdcbb0d255ada [diff] [blame] |
patch 8.1.2198: crash when using :center in autocommand Problem: Crash when using :center in autocommand. Solution: Bail out early for an empty line. (Dominique pelle, closes #5095)
diff --git a/src/version.c b/src/version.c index 549b7ee..77e6e35 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2198, +/**/ 2197, /**/ 2196,