commit | 64f410742f101d7d5ea9e65503e1e0019605eaa5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 15 22:51:50 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 15 22:51:50 2018 +0200 |
tree | 23944927f1a05f22f42d19574ecede2f963fc209 | |
parent | 65dc12143a0b5040922bdb47c522e93909701a10 [diff] [blame] |
patch 8.1.0479: failure when setting 'varsofttabstop' to end in a comma Problem: Failure when setting 'varsofttabstop' to end in a comma. (Ralf Schandl) Solution: Reject value with trailing command. Add test for invalid values (closes #3544)
diff --git a/src/version.c b/src/version.c index 4a5c4b7..350c8a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 479, +/**/ 478, /**/ 477,