]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.703 v7.3.703
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 01:46:05 +0000 (03:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 01:46:05 +0000 (03:46 +0200)
commite8d8fd2add98a95e6c776deb54e2a2c59fddf1c7
treeb74b9405da89481752b04bf53a0c52668dcd4e95
parent3a0d8090b1356833e1c80d22f36086c835604f42
updated for version 7.3.703
Problem:    When 'undofile' is reset the hash is computed unnecessarily.
Solution:   Only compute the hash when the option was set. (Christian Brabandt)
src/option.c
src/version.c