commit | 84d17a6f9e3aee1adaeae3b073b5c25401bf70d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 29 17:15:18 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 29 17:15:18 2014 +0200 |
tree | 0ed8745cd9a107ba8f5dbce220353516d611da6a | |
parent | 7ddc642a0c786f834ab0b6851b80dbed6e04204b [diff] [blame] |
updated for version 7.4.462 Problem: Setting the local value of 'backupcopy' empty gives an error. (Peter Mattern) Solution: When using an empty value set the flags to zero. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index d0847ad..579e0f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 462, +/**/ 461, /**/ 460,