summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-25fset: use only short type name in filter "t:xxx"Sébastien Helleu
2017-06-25fset: fix selected line after changing option fset.look.show_plugin_descriptionSébastien Helleu
2017-06-25fset: add options for colors in buffer's titleSébastien Helleu
New options: - fset.color.title_count_options - fset.color.title_current_option - fset.color.title_filter - fset.color.title_marked_options - fset.color.title_sort
2017-06-25doc: add "config_name" and "section_name" in function ↵Sébastien Helleu
config_option_get_string (plugin API reference)
2017-06-25fset: add sort in buffer titleSébastien Helleu
2017-06-25fset: add ${file}, ${section}, ${option}, add color optionsSébastien Helleu
2017-06-25fset: use English short type name for ${type} in filter, remove ${type_en}Sébastien Helleu
2017-06-25fset: add completion "c:" in command /fsetSébastien Helleu
2017-06-25fset: add variables default_value, default_value_undef, value_undef and ↵Sébastien Helleu
value_changed in filter "c:"
2017-06-25fset: increase size of hashtable for extra vars in evaluation of linesSébastien Helleu
2017-06-25fset: add examples in /help fsetSébastien Helleu
2017-06-25fset: add missing keys/input in title of fset bufferSébastien Helleu
2017-06-25fset: add missing space in /help fsetSébastien Helleu
2017-06-25fset: add missing "${type_en}" and "${description_en}" in /help fsetSébastien Helleu
2017-06-25fset: add missing completion "-toggle_bar" in /fset commandSébastien Helleu
2017-06-25fset: add support of evaluated condition with filter "c:"Sébastien Helleu
2017-06-25fset: remove useless refresh when an option not displayed is changedSébastien Helleu
2017-06-25fset: add alt-v and input "v" to toggle help bar, rename option ↵Sébastien Helleu
fset.look.help_bar to fset.look.show_help_bar
2017-06-25fset: fix fset filter after /fset and /upgradeSébastien Helleu
2017-06-25fset: fix error when clicking on a line after the last option displayedSébastien Helleu
2017-06-25fset: fix typo in /help fsetSébastien Helleu
2017-06-25fset: add empty string instead of "null" when editing an option with NULL valueSébastien Helleu
2017-06-25fset: add option fset.look.use_color_valueSébastien Helleu
2017-06-25fset: add options fset.color.name_changed and fset.color.name_changed_selectedSébastien Helleu
2017-06-25fset: fix crash on unset of multiple optionsSébastien Helleu
Rename option fset.look.unmark_after_action to fset.look.auto_unmark, allow input "$$" to unmark all options and refresh.
2017-06-25fset: add filtering by type ("t:xxx")Sébastien Helleu
2017-06-25fset: add option fset.look.sortSébastien Helleu
2017-06-25fset: add missing "${marked}" in /help fsetSébastien Helleu
2017-06-25fset: skip spaces at beginning of buffer inputSébastien Helleu
2017-06-25fset: add spaces between fields in option fset.format.optionSébastien Helleu
2017-06-25fset: add options fset.color.quotes_changed and ↵Sébastien Helleu
fset.color.quotes_changed_selected
2017-06-25fset: add option fset.look.unmark_after_actionSébastien Helleu
2017-06-25fset: fix refresh of options with "$" as input in bufferSébastien Helleu
2017-06-25fset: add allowed input on buffer in /help fsetSébastien Helleu
2017-06-25fset: fix slow (un)marking of options when there are a lot of options displayedSébastien Helleu
2017-06-25fset: add keys alt-home and alt-end to go to first/last lineSébastien Helleu
2017-06-25fset: add mark on options to run an action on multiple optionsSébastien Helleu
2017-06-25fset: fix refresh of buffer after changing option when the buffer is scrolledSébastien Helleu
2017-06-25fset: fix display of default value and string values in help barSébastien Helleu
2017-06-25fset: add ${description_en}Sébastien Helleu
2017-06-25fset: store type as enum, translate ${type}, add ${type_en}, ${type_short} ↵Sébastien Helleu
and ${type_tiny}
2017-06-25fset: add option fset.look.show_plugin_descriptionSébastien Helleu
2017-06-25fset: display "(no description)" instead of empty string for options without ↵Sébastien Helleu
description
2017-06-25fset: add ${default_value_undef} and ${value_changed}Sébastien Helleu
2017-06-25fset: add supported variables for formats in /help fsetSébastien Helleu
2017-06-25fset: fix command /fset -barSébastien Helleu
2017-06-25fset: remove obsolete option fset.look.enabledSébastien Helleu
2017-06-25fset: add ${parent_value}, add options fset.color.parent_value and ↵Sébastien Helleu
fset.color.parent_value_selected
2017-06-25fset: hook command /set, add option fset.look.condition_catch_setSébastien Helleu
2017-06-25fset: use just "d" instead of "d:" to show changed optionsSébastien Helleu