]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1" v8.1.0154
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Jul 2018 20:27:08 +0000 (22:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Jul 2018 20:27:08 +0000 (22:27 +0200)
commitc9fe5ab3b093803b6e8d03358ba16aca6b6f0db1
tree7ae32535ac0e6f4c08d7e550a621c5656b5c8ce5
parente85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e
patch 8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1"

Problem:    Crash with "set smarttab shiftwidth=0 softtabstop=-1".
Solution:   Fall back to using 'tabstop'. (closes #3155)
src/edit.c
src/testdir/test_tab.vim
src/version.c