]> granicus.if.org Git - vim/commit
patch 8.2.4093: cached breakindent values not initialized properly v8.2.4093
authorChristian Brabandt <cb@256bit.org>
Sat, 15 Jan 2022 10:01:05 +0000 (10:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 10:01:05 +0000 (10:01 +0000)
commitc53b467473160b5cfce77277fbae414bf43e66ce
tree0b9c46f21daf65cd1dde027cbae993bcb7d0608f
parentece07639f4989a300276d66b13553c21a7435030
patch 8.2.4093: cached breakindent values not initialized properly

Problem:    Cached breakindent values not initialized properly.
Solution:   Initialize and cache formatlistpat. (Christian Brabandt,
            closes #9526, closes #9512)
runtime/doc/options.txt
src/indent.c
src/option.c
src/proto/option.pro
src/testdir/test_breakindent.vim
src/version.c