Added Makefile snip.
This commit is contained in:
parent
55db486ce0
commit
acedab79ce
8
autoload/neosnippet/snippets/make.snip
Normal file
8
autoload/neosnippet/snippets/make.snip
Normal file
@ -0,0 +1,8 @@
|
||||
snippet CFLAGS
|
||||
options head
|
||||
CFLAGS=-Wall -g ${0: -llua -lzeromq}
|
||||
|
||||
snippet clean:
|
||||
options head
|
||||
clean:
|
||||
rm -f ${0}
|
@ -724,6 +724,7 @@ CHANGELOG *neosnippet-changelog*
|
||||
|
||||
2013-06-10
|
||||
- Added sshconfig snip.
|
||||
- Added Makefile snip.
|
||||
|
||||
2013-06-08
|
||||
- Improved context filetype check.
|
||||
|
Loading…
Reference in New Issue
Block a user