]> granicus.if.org Git - vim/commit
updated for version 7.3.251 v7.3.251
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Jul 2011 15:51:34 +0000 (17:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Jul 2011 15:51:34 +0000 (17:51 +0200)
commit44286ca3c40cd744d1a007443bbb3624f9c5c53c
tree650b3456d05024a91f558195106be5ca77f835ce
parent3d64a3176c9ffe249ad4b5403a18f8364e707813
updated for version 7.3.251
Problem:    "gH<Del>" deletes the current line, except when it's the last
            line.
Solution:   Set the "include" flag to indicate the last line is to be deleted.
src/normal.c
src/ops.c
src/version.c