commit | 14f247414733b9dafb50e59320f75e8b56ac6ec6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 18:01:05 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 18:01:05 2012 +0200 |
tree | 3444e7c3c3e666121e317b50e5f7cdd9718dc5f1 | |
parent | b02612b6411659b6385aea44fe8abb5a2e16d4d7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c010834..c35104b 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 629, +/**/ 628, /**/ 627,