Add escaping of $

without escaping the snippet can not be expanded
This commit is contained in:
Nico Suhl 2014-05-22 15:09:58 +02:00
parent debd257115
commit d5e0cc53ba

View File

@ -81,7 +81,7 @@ snippet getopt
done done
shift $(($OPTIND-1)) shift $(($OPTIND-1))
snippet root snippet root
if [ $(id -u) -ne 0 ]; then exec sudo $0; fi if [ \$(id -u) -ne 0 ]; then exec sudo \$0; fi
snippet fun snippet fun
${1:function_name}() { ${1:function_name}() {
${0:#function_body} ${0:#function_body}