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/Makefile b/src/Makefile index ad90451..86dae88 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2288,6 +2288,7 @@ test_syn_attr \ test_syntax \ test_system \ + test_tab \ test_tabline \ test_tabpage \ test_tagcase \