patch 8.2.4882: cannot make 'breakindent' use a specific column v8.2.4882
authorChristian Brabandt <cb@256bit.org>
Fri, 6 May 2022 11:21:04 +0000 (12:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 May 2022 11:21:04 +0000 (12:21 +0100)
commite7d6dbc5721342e3d6b04cf285e4510b5569e707
tree4cb238d111079f6caefb9f15a7612ea3d556aedd
parent509142ab7a9db32114b6d0949722b9133c9c22f2
patch 8.2.4882: cannot make 'breakindent' use a specific column

Problem:    Cannot make 'breakindent' use a specific column.
Solution:   Add the "column" entry in 'breakindentopt'. (Christian Brabandt,
            closes #10362, closes #10325)
runtime/doc/options.txt
src/indent.c
src/structs.h
src/testdir/test_breakindent.vim
src/version.c