-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the ssh-config submodule (#2697)
* Update the ssh-config submodule Pull in the fix for the syntax. Fixes #2359 * Extend the ssh_config syntax test
- Loading branch information
1 parent
fbe9b6f
commit 63aaa03
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
Submodule ssh-config
updated
2 files
+8 −0 | SSH Config.sublime-syntax | |
+17 −0 | Tests/syntax_test_client.ssh_config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# A comment | ||
|
||
IdentityFile "custom/id_ed25519" | ||
Port 1984 | ||
|
||
Host example.com | ||
User dummy | ||
Compression no | ||
|