commit | 2d17fa3ebd378097e3c0feab813a2c60fc9bf474 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 00:45:18 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 00:45:18 2012 +0200 |
tree | 1ad99d79e68cbbd6bebdde9a83df835ac9917993 | |
parent | 9f340fa57b91db9c04307c99cd4475f197d7a5c8 [diff] [blame] |
updated for version 7.3.694 Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so easy to use in indent files. Solution: Add the shiftwidth() function. (so8res)
diff --git a/src/version.c b/src/version.c index 0a39ede..f28590b 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 694, +/**/ 693, /**/ 692,