commit | dcefba993456263100785f18d21d780cf531f2dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 19:06:06 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 19:06:06 2015 +0100 |
tree | e49c2f941f0b18b30195d0be08bf6ade5c7683a5 | |
parent | 3b7b83649cd9c486afd6fbdb33e4450616c4bd46 [diff] [blame] |
updated for version 7.4.670 Problem: Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index f7eae85..af86a17 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 670, +/**/ 669, /**/ 668,