]> granicus.if.org Git - vim/commit
patch 9.0.0045: reading past end of completion with a long line v9.0.0045
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Jul 2022 18:42:04 +0000 (19:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Jul 2022 18:42:04 +0000 (19:42 +0100)
commitcaea66442d86e7bbba3bf3dc202c3c0d549b9853
treef0fa5d377932b6f88cd39395095f9cf7d11d55e5
parentb8329db36a886355e6e9cb9986a3668fef78c438
patch 9.0.0045: reading past end of completion with a long line

Problem:    Reading past end of completion with a long line and 'infercase'
            set.
Solution:   Allocate the string if needed.
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c