]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0503: endless loop in updating folds with 32 bit ints v8.0.0503
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Mar 2017 20:53:35 +0000 (21:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Mar 2017 20:53:35 +0000 (21:53 +0100)
commit9d20ce6970158de69202a82529d9e97827a9e71b
tree764737cb525e82bb948fe6aa7cf976f514cfdff7
parenta37ffaa5e0a47e2db27bc0cc23f49e7094f47f3b
patch 8.0.0503: endless loop in updating folds with 32 bit ints

Problem:    Endless loop in updating folds with 32 bit ints.
Solution:   Subtract from LHS instead of add to the RHS. (Matthew Malcomson)
src/fold.c
src/version.c