]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.629 v7.3.629
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Aug 2012 16:01:05 +0000 (18:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Aug 2012 16:01:05 +0000 (18:01 +0200)
commit14f247414733b9dafb50e59320f75e8b56ac6ec6
tree3444e7c3c3e666121e317b50e5f7cdd9718dc5f1
parentb02612b6411659b6385aea44fe8abb5a2e16d4d7
updated for version 7.3.629
Problem:    There is no way to make 'shiftwidth' follow 'tabstop'.
Solution:   When 'shiftwidth' is zero use the value of 'tabstop'. (Christian
            Brabandt)
src/edit.c
src/ex_getln.c
src/fold.c
src/misc1.c
src/ops.c
src/option.c
src/proto/option.pro
src/version.c