]> granicus.if.org Git - vim/commit
patch 8.2.1688: increment/decrement removes text property v8.2.1688
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2020 18:34:10 +0000 (20:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2020 18:34:10 +0000 (20:34 +0200)
commitc8f12c9856df58c760fe54d81b2ec5ed4dcaffd6
treeb0449446172778dd7b2930e7c2e14ac507d3a843
parent9b123d859053ad1fb91d38334726b9f24da39930
patch 8.2.1688: increment/decrement removes text property

Problem:    Increment/decrement removes text property.
Solution:   Insert the new number before deleting the old one. (closes #6962)
src/ops.c
src/testdir/test_textprop.vim
src/version.c