commit | e7d6dbc5721342e3d6b04cf285e4510b5569e707 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri May 06 12:21:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 12:21:04 2022 +0100 |
tree | 4cb238d111079f6caefb9f15a7612ea3d556aedd | |
parent | 509142ab7a9db32114b6d0949722b9133c9c22f2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 301c583..4cb930f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4882, +/**/ 4881, /**/ 4880,