This website requires JavaScript.
Explore
Help
Register
Sign In
vim
/
vim-snippets
Watch
1
Star
0
Fork
0
You've already forked vim-snippets
Code
Issues
Pull Requests
Releases
Wiki
Activity
a9f59243d8
vim-snippets
/
snippets
/
make.snippets
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make: Add debug print snippet
2015-04-10 14:00:19 -04:00
snippet print
print-%: ; @echo $*=$($*)
beginning make snippets
2011-09-23 22:09:53 -04:00
snippet ifeq
ifeq (${1:cond0},${2:cond1})
Modify snippets to support zero tabstop
2013-07-25 17:17:32 -04:00
${0}
beginning make snippets
2011-09-23 22:09:53 -04:00
endif
Reference in New Issue
Copy Permalink