summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-02 20:51:24 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-02 20:51:24 +0200
commit33d5ab3795720b7d986f9f17f660ee9e448466e0 (patch)
tree38af7f84382c74a45dc271d9f37eac9ac148dde4 /src/Makefile
parentade55787978e15fe57c5cedf38c9f85bfe1d983c (diff)
patch 8.1.0138: negative value of 'softtabstop' not used correctlyv8.1.0138
Problem: Negative value of 'softtabstop' not used correctly. Solution: Use get_sts_value(). (Tom Ryder)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index ad9045104c..86dae884a2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2288,6 +2288,7 @@ test_arglist \
test_syn_attr \
test_syntax \
test_system \
+ test_tab \
test_tabline \
test_tabpage \
test_tagcase \