]> granicus.if.org Git - vim/commit
patch 8.0.1374: CTRL-A does not work with an empty line v8.0.1374
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 16:22:12 +0000 (17:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 16:22:12 +0000 (17:22 +0100)
commit5fe6bdf858a7f2f288d599ffb5efb3c08449c817
tree06d28d0ae034a699ccd44176ef6f5a61d0854e5f
parent3767c6e9ee1bd585a2afba7e932854b24d194a2d
patch 8.0.1374: CTRL-A does not work with an empty line

Problem:    CTRL-A does not work with an empty line. (Alex)
Solution:   Decrement the end only once. (Hirohito Higashi, closes #2387)
src/ops.c
src/testdir/test_increment.vim
src/version.c