diff src/structs.h @ 25248:cf0774d010b7 v8.2.3160

patch 8.2.3160: 'breakindent' does not work well for bulleted lists Commit: https://github.com/vim/vim/commit/4a0b85ad0193ac162e2d8458e4b1c5ad2e2b0193 Author: Christian Brabandt <cb@256bit.org> Date: Wed Jul 14 20:00:27 2021 +0200 patch 8.2.3160: 'breakindent' does not work well for bulleted lists Problem: 'breakindent' does not work well for bulleted and numbered lists. Solution: Add the "list" entry to 'breakindentopt'. (Christian Brabandt, closes #8564, closes #1661)
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Jul 2021 20:15:04 +0200
parents 075790758d11
children cfbf40f749b0
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -3671,6 +3671,7 @@ struct window_S
     int		w_briopt_min;	    // minimum width for breakindent
     int		w_briopt_shift;	    // additional shift for breakindent
     int		w_briopt_sbr;	    // sbr in 'briopt'
+    int		w_briopt_list;      // additional indent for lists
 #endif
 
     // transform a pointer to a "onebuf" option into a "allbuf" option