mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 09:54:17 +00:00
* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!
This commit is contained in:
5
extras/imported/c-mode/fprintf.yasnippet
Normal file
5
extras/imported/c-mode/fprintf.yasnippet
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: fprintf
|
||||
# name: fprintf (...)
|
||||
# --
|
||||
fprintf (${1:stderr}, "${2:%s}\\n"${2:$(if (string-match "%[^%]" text) "," "\);")}$3${2:$(if (string-match "%" text) "\);" "")}
|
||||
Reference in New Issue
Block a user