2017-03-18 16:04:41 +01:00
//
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
2017-03-25 15:12:47 +01:00
** description: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:green}${number}.${indent}${color_hotlist}${name}"+`
* [[option_buflist.format.buffer_current]] *buflist.format.buffer_current*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for the line with current buffer (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:lightgreen,blue}${number}.${indent}${color_hotlist}${name}"+`
2017-03-25 15:12:47 +01:00
* [[option_buflist.format.hotlist]] *buflist.format.hotlist*
** description: pass:none[format for hotlist (note: content is evaluated, see /help buflist)]
** type: string
** values: any string
** default value: `+" ${color:green}(${hotlist}${color:green})"+`
2017-03-18 16:04:41 +01:00
* [[option_buflist.format.hotlist_highlight]] *buflist.format.hotlist_highlight*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for a buffer with hotlist level "highlight" (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:magenta}"+`
* [[option_buflist.format.hotlist_low]] *buflist.format.hotlist_low*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for a buffer with hotlist level "low" (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:white}"+`
* [[option_buflist.format.hotlist_message]] *buflist.format.hotlist_message*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for a buffer with hotlist level "message" (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:brown}"+`
* [[option_buflist.format.hotlist_none]] *buflist.format.hotlist_none*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for a buffer not in hotlist (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:default}"+`
* [[option_buflist.format.hotlist_private]] *buflist.format.hotlist_private*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for a buffer with hotlist level "private" (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+"${color:green}"+`
2017-03-25 15:12:47 +01:00
* [[option_buflist.format.hotlist_separator]] *buflist.format.hotlist_separator*
** description: pass:none[separator for counts in hotlist (note: content is evaluated, see /help buflist)]
** type: string
** values: any string
** default value: `+"${color:default},"+`
2017-03-18 16:04:41 +01:00
* [[option_buflist.format.lag]] *buflist.format.lag*
2017-03-25 15:12:47 +01:00
** description: pass:none[format for lag on an IRC server buffer (note: content is evaluated, see /help buflist)]
2017-03-18 16:04:41 +01:00
** type: string
** values: any string
** default value: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
2017-03-25 21:39:59 +01:00
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** description: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
** type: string
** values: any string
** default value: `+"buffer_opened,buffer_closed,buffer_merged,buffer_unmerged,buffer_moved,buffer_renamed,buffer_switch,buffer_hidden,buffer_unhidden,buffer_localvar_added,buffer_localvar_changed,window_switch,hotlist_changed"+`
2017-03-18 16:04:41 +01:00
* [[option_buflist.look.sort]] *buflist.look.sort*
** description: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer; char "-" can be used before field to reverse order]
** type: string
** values: any string
** default value: `+"number,-active"+`