Skip to content

Commit 7e96324

Browse files
committed
chore(dial): update config
1 parent 0f7faf2 commit 7e96324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/modules/configs/tool/dial.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ return function()
77
augend.integer.alias.hex, -- nonnegative hex number (0x01, 0x1a1f, etc.)
88
augend.date.new({
99
pattern = "%Y-%m-%d", -- date (2022-02-19, etc.)
10-
default_kind = "date",
10+
default_kind = "day",
1111
only_valid = true,
1212
word = false,
1313
}),
@@ -30,7 +30,7 @@ return function()
3030
augend.integer.alias.hex,
3131
augend.date.new({
3232
pattern = "%Y-%m-%d", -- date (2022-02-19, etc.)
33-
default_kind = "date",
33+
default_kind = "day",
3434
only_valid = true,
3535
word = false,
3636
}),

0 commit comments

Comments
 (0)