fix(ssh_config): Fix match completions

This commit is contained in:
Myzel394 2024-10-02 07:17:44 +02:00
parent 1e6054ccc1
commit d9f7e3cbaf
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -73,7 +73,7 @@ func GetOptionCompletions(
return nil, nil
}
if entry.Key.Key == "Match" {
if entry.Key.Key == matchOption {
matchBlock := block.(*ast.SSHMatchBlock)
return getMatchCompletions(
d,