commit | c9fe5ab3b093803b6e8d03358ba16aca6b6f0db1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 05 22:27:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 05 22:27:08 2018 +0200 |
tree | 7ae32535ac0e6f4c08d7e550a621c5656b5c8ce5 | |
parent | e85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e [diff] [blame] |
patch 8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1" Problem: Crash with "set smarttab shiftwidth=0 softtabstop=-1". Solution: Fall back to using 'tabstop'. (closes #3155)
diff --git a/src/version.c b/src/version.c index cfcbe53..8d97843 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 154, +/**/ 153, /**/ 152,