Added sshconfig snip.

This commit is contained in:
ujihisa 2013-06-10 11:31:14 -07:00
parent 167abeb068
commit 55db486ce0
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
snippet Host
options head
Host ${1:name}
HostName $1.${2:domain}
Port ${3}
${4:User }

View File

@ -722,6 +722,9 @@ A: You can use |:NeoSnippetSource| for it.
==============================================================================
CHANGELOG *neosnippet-changelog*
2013-06-10
- Added sshconfig snip.
2013-06-08
- Improved context filetype check.