]> granicus.if.org Git - vim/commit
patch 8.2.5151: reading beyond the end of the line with lisp indenting v8.2.5151
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Jun 2022 18:59:28 +0000 (19:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Jun 2022 18:59:28 +0000 (19:59 +0100)
commit8eba2bd291b347e3008aa9e565652d51ad638cfa
treecdeff085846cfe98a3cf55d9156d66b75f18d5d4
parentf7c7c3fad6d2135d558f3b36d0d1a943118aeb5e
patch 8.2.5151: reading beyond the end of the line with lisp indenting

Problem:    Reading beyond the end of the line with lisp indenting.
Solution:   Avoid going over the NUL at the end of the line.
src/indent.c
src/testdir/test_lispwords.vim
src/version.c