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 097ef92 commit f162c53Copy full SHA for f162c53
lua/neogit/popups/log/init.lua
@@ -22,7 +22,7 @@ function M.create()
22
:switch("L", "L", "Trace line evolution", {
23
user_input = true,
24
cli_prefix = "-",
25
- validate_help = "Input must match 'start,end:file' or ':funcname:file'",
+ validate_help = "Input must match `start,end:file` or `:funcname:file`",
26
validate = function(input)
27
return (input:match("^%d+,%d+:.-$") ~= nil) or (input:match("^:.-:.-$") ~= nil)
28
end })
0 commit comments