commit | 33d5ab3795720b7d986f9f17f660ee9e448466e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 02 20:51:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 02 20:51:24 2018 +0200 |
tree | 38af7f84382c74a45dc271d9f37eac9ac148dde4 | |
parent | ade55787978e15fe57c5cedf38c9f85bfe1d983c [diff] [blame] |
patch 8.1.0138: negative value of 'softtabstop' not used correctly Problem: Negative value of 'softtabstop' not used correctly. Solution: Use get_sts_value(). (Tom Ryder)
diff --git a/src/version.c b/src/version.c index 9c79148..2e92878 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 138, +/**/ 137, /**/ 136,