]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0138: negative value of 'softtabstop' not used correctly v8.1.0138
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Jul 2018 18:51:24 +0000 (20:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Jul 2018 18:51:24 +0000 (20:51 +0200)
commit33d5ab3795720b7d986f9f17f660ee9e448466e0
tree38af7f84382c74a45dc271d9f37eac9ac148dde4
parentade55787978e15fe57c5cedf38c9f85bfe1d983c
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)
src/Makefile
src/edit.c
src/option.c
src/testdir/test_tab.vim
src/version.c