comparison runtime/doc/options.txt @ 28716:2bd5cb054180 v8.2.4882

patch 8.2.4882: cannot make 'breakindent' use a specific column Commit: https://github.com/vim/vim/commit/e7d6dbc5721342e3d6b04cf285e4510b5569e707 Author: Christian Brabandt <cb@256bit.org> Date: Fri May 6 12:21:04 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 13:30:03 +0200
parents f73a9bdff3a3
children b01bca69b1d5
comparison
equal deleted inserted replaced
28715:ee1368645d58 28716:2bd5cb054180
1390 shift:{n} After applying 'breakindent', the wrapped line's 1390 shift:{n} After applying 'breakindent', the wrapped line's
1391 beginning will be shifted by the given number of 1391 beginning will be shifted by the given number of
1392 characters. It permits dynamic French paragraph 1392 characters. It permits dynamic French paragraph
1393 indentation (negative) or emphasizing the line 1393 indentation (negative) or emphasizing the line
1394 continuation (positive). 1394 continuation (positive).
1395 (default: 0)
1395 sbr Display the 'showbreak' value before applying the 1396 sbr Display the 'showbreak' value before applying the
1396 additional indent. 1397 additional indent.
1398 (default: off)
1397 list:{n} Adds an additional indent for lines that match a 1399 list:{n} Adds an additional indent for lines that match a
1398 numbered or bulleted list (using the 1400 numbered or bulleted list (using the
1399 'formatlistpat' setting). 1401 'formatlistpat' setting).
1400 list:-1 Uses the length of a match with 'formatlistpat' 1402 list:-1 Uses the length of a match with 'formatlistpat'
1401 for indentation. 1403 for indentation.
1402 The default value for min is 20, shift and list is 0. 1404 (default: 0)
1405 column:{n} Indent at column {n}. Will overrule the other
1406 sub-options. Note: an additional indent may be
1407 added for the 'showbreak' setting.
1408 (default: off)
1403 1409
1404 *'browsedir'* *'bsdir'* 1410 *'browsedir'* *'bsdir'*
1405 'browsedir' 'bsdir' string (default: "last") 1411 'browsedir' 'bsdir' string (default: "last")
1406 global 1412 global
1407 {only for Motif, GTK, Mac and Win32 GUI} 1413 {only for Motif, GTK, Mac and Win32 GUI}