]> granicus.if.org Git - vim/commit
patch 8.1.0643: computing byte offset wrong v8.1.0643
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Dec 2018 22:42:10 +0000 (23:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Dec 2018 22:42:10 +0000 (23:42 +0100)
commit00b1e041654e8a38fb6b81218a037e1dc94e0943
treecc89e87c49d55bb9e463fad7ab0a0f73068c6f9a
parente6fdf79980c0f2856700d4f46de700293f477429
patch 8.1.0643: computing byte offset wrong

Problem:    Computing byte offset wrong. (Bjorn Linse)
Solution:   Use the right variable for array index.
src/memline.c
src/testdir/test_textprop.vim
src/version.c