mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-19 00:28:03 +02:00
Bump git-todo-parser
This commit is contained in:
3
vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go
generated
vendored
3
vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go
generated
vendored
@ -150,9 +150,6 @@ func parseLine(line string, commentChar byte) (Todo, error) {
|
||||
}
|
||||
|
||||
func isCommand(i TodoCommand, s string) bool {
|
||||
if i < 0 || i > Comment {
|
||||
return false
|
||||
}
|
||||
return len(s) > 0 &&
|
||||
(todoCommandInfo[i].cmd == s || todoCommandInfo[i].nickname == s)
|
||||
}
|
||||
|
Reference in New Issue
Block a user