mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ssh_config): Fix match completions
This commit is contained in:
parent
1e6054ccc1
commit
d9f7e3cbaf
@ -73,7 +73,7 @@ func GetOptionCompletions(
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if entry.Key.Key == "Match" {
|
if entry.Key.Key == matchOption {
|
||||||
matchBlock := block.(*ast.SSHMatchBlock)
|
matchBlock := block.(*ast.SSHMatchBlock)
|
||||||
return getMatchCompletions(
|
return getMatchCompletions(
|
||||||
d,
|
d,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user