]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4100: early return when getting the 'formatlistpat' value v8.2.4100
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 18:31:43 +0000 (18:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 18:31:43 +0000 (18:31 +0000)
commit04b871da800768287a8a432de568b11297db8686
tree6ab122203671484d74aecdd083174a4268c62d66
parente32c3c462ce9b3163a4a4bffd985897910885d29
patch 8.2.4100: early return when getting the 'formatlistpat' value

Problem:    Early return when getting the 'formatlistpat' value.
Solution:   Remove the first line. (Christian Brabandt)
src/option.c
src/testdir/test_breakindent.vim
src/version.c