]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0083: text properties wrong when tabs and spaces are exchanged v8.2.0083
authorBram Moolenaar <Bram@vim.org>
Fri, 3 Jan 2020 20:25:59 +0000 (21:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 Jan 2020 20:25:59 +0000 (21:25 +0100)
commit5cb0b93d52fa5c12ca50a18509947ee6459bb7a8
treea3da122f800028706adcfadb3c28ec6e371b1e2f
parentf10997a1543eb0724d882da3678bacd44e647141
patch 8.2.0083: text properties wrong when tabs and spaces are exchanged

Problem:    Text properties wrong when tabs and spaces are exchanged.
Solution:   Take text properties into account. (Nobuhiro Takasaki,
            closes #5427)
src/edit.c
src/testdir/test_textprop.vim
src/version.c