We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd5223 commit c01db22Copy full SHA for c01db22
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