- Added sh snippet.
This commit is contained in:
parent
d8605ea946
commit
a6eae4ae36
@ -19,8 +19,8 @@ snippet for
|
|||||||
${0:TARGET}
|
${0:TARGET}
|
||||||
done
|
done
|
||||||
|
|
||||||
snippet wh
|
snippet while
|
||||||
abbr while
|
alias wh
|
||||||
while ${1:#:condition} ; do
|
while ${1:#:condition} ; do
|
||||||
${0:TARGET}
|
${0:TARGET}
|
||||||
done
|
done
|
||||||
@ -55,3 +55,11 @@ snippet tmp
|
|||||||
trap "rm -f '$${1}'; exit 1" 1 15 # HUP TERM
|
trap "rm -f '$${1}'; exit 1" 1 15 # HUP TERM
|
||||||
${0}
|
${0}
|
||||||
|
|
||||||
|
snippet function
|
||||||
|
alias func
|
||||||
|
${1:#:name}()
|
||||||
|
{
|
||||||
|
${0:TARGET}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -718,6 +718,9 @@ A: Please try below settings. It defines snipMate function.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neosnippet-changelog*
|
CHANGELOG *neosnippet-changelog*
|
||||||
|
|
||||||
|
2013-02-16
|
||||||
|
- Added sh snippet.
|
||||||
|
|
||||||
2013-02-01
|
2013-02-01
|
||||||
- Added vim snippets.
|
- Added vim snippets.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user