patch 7.4.699 v7.4.699
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Apr 2015 18:52:36 +0000 (20:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Apr 2015 18:52:36 +0000 (20:52 +0200)
commit05b20fb14ec3219d73014595cfb6cc28ae1e1fc3
tree82f3665897738a2ee2a91681dff9c4919801f3e1
parent9bc174b69d2775b0f27ed74bf372608d18c9f3d4
patch 7.4.699
Problem:    E315 when trying to delete a fold. (Yutao Yuan)
Solution:   Make sure the fold doesn't go beyond the last buffer line.
            (Christian Brabandt)
src/fold.c
src/version.c