]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4959: using NULL regexp program v8.2.4959
authorBram Moolenaar <Bram@vim.org>
Sun, 15 May 2022 13:50:12 +0000 (14:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 May 2022 13:50:12 +0000 (14:50 +0100)
commitb62dc5e7825bc195efe3041d5b3a9f1528359e1c
treea0469ca3fc215cbb3aed246d121442853ced3f2b
parentdd41037552c1be3548d2ce34bb1c889f14edb553
patch 8.2.4959: using NULL regexp program

Problem:    Using NULL regexp program.
Solution:   Check for regexp program becoming NULL in more places.
src/buffer.c
src/testdir/test_buffer.vim
src/version.c