ci: format
This commit is contained in:
parent
1472b2f333
commit
fb633294dc
3 changed files with 25 additions and 10 deletions
|
|
@ -245,8 +245,17 @@ end, {
|
|||
for word in after_filter:gmatch('%S+') do
|
||||
used[word] = true
|
||||
end
|
||||
local candidates =
|
||||
{ 'clear', 'overdue', 'today', 'priority', 'done', 'pending', 'wip', 'blocked', 'cancelled' }
|
||||
local candidates = {
|
||||
'clear',
|
||||
'overdue',
|
||||
'today',
|
||||
'priority',
|
||||
'done',
|
||||
'pending',
|
||||
'wip',
|
||||
'blocked',
|
||||
'cancelled',
|
||||
}
|
||||
local store = require('pending.store')
|
||||
local s = store.new(store.resolve_path())
|
||||
s:load()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue