We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7faf2 commit 7e96324Copy full SHA for 7e96324
lua/modules/configs/tool/dial.lua
@@ -7,7 +7,7 @@ return function()
7
augend.integer.alias.hex, -- nonnegative hex number (0x01, 0x1a1f, etc.)
8
augend.date.new({
9
pattern = "%Y-%m-%d", -- date (2022-02-19, etc.)
10
- default_kind = "date",
+ default_kind = "day",
11
only_valid = true,
12
word = false,
13
}),
@@ -30,7 +30,7 @@ return function()
30
augend.integer.alias.hex,
31
32
33
34
35
36
0 commit comments