AutoYADM commit: 2025-06-11 16:11:43

This commit is contained in:
Daniel Fichtinger 2025-06-11 16:11:43 -04:00
parent 3a559394d6
commit 52b253a7a3

View file

@ -149,7 +149,7 @@ define-command -hidden notes-tasks-list-by-regex -params 1 -docstring 'list task
# List all tasks.
define-command notes-tasks-list-all -docstring 'list all tasks' %{
notes-tasks-list-by-regex "%opt{notes_sym_todo}\|%opt{notes_sym_wip}\|%opt{notes_sym_done}\|%opt{notes_sym_wontdo}\|%opt{notes_sym_idea}\|%opt{notes_sym_question}\|opt{notes_sym_hold}"
notes-tasks-list-by-regex "%opt{notes_sym_todo}|%opt{notes_sym_wip}|%opt{notes_sym_done}|%opt{notes_sym_wontdo}|%opt{notes_sym_idea}|%opt{notes_sym_question}|%opt{notes_sym_hold}"
}
# Command executed when pressing <ret> in a *notes-tasks-list* buffer.