]> granicus.if.org Git - vim/commit
patch 9.0.0358: 'breakindent' does not indent non-lists v9.0.0358
authorMaxim Kim <habamax@gmail.com>
Fri, 2 Sep 2022 13:08:53 +0000 (14:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 13:08:53 +0000 (14:08 +0100)
commit119167265ebc7eced210a7f8ed2f4b90378f98f1
treebbdedb6335ff49ab537ebc856d62daf7d0498182
parentcf2bb633978a3d2d5bba06611c95e15170662c15
patch 9.0.0358: 'breakindent' does not indent non-lists

Problem:    'breakindent' does not indent non-lists with
            "breakindentopt=list:-1".
Solution:   Adjust indent computation. (Maxim Kim, closes #11038)
src/indent.c
src/testdir/test_breakindent.vim
src/version.c