mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +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
|
||||
}
|
||||
|
||||
if entry.Key.Key == "Match" {
|
||||
if entry.Key.Key == matchOption {
|
||||
matchBlock := block.(*ast.SSHMatchBlock)
|
||||
return getMatchCompletions(
|
||||
d,
|
||||
|
Loading…
x
Reference in New Issue
Block a user