Merge pull request #146 from ddd/patch-1

Changed patfh to fpath. Makes sense due to context
This commit is contained in:
Eustáquio Rangel 2012-10-19 10:19:27 -07:00
commit 09c173237a

View File

@ -394,7 +394,7 @@ snippet :
snippet ope snippet ope
open(${1:"path/or/url/or/pipe"}, "${2:w}") { |${3:io}| ${4} } open(${1:"path/or/url/or/pipe"}, "${2:w}") { |${3:io}| ${4} }
# path_from_here() # path_from_here()
snippet patfh snippet fpath
File.join(File.dirname(__FILE__), *%2[${1:rel path here}])${2} File.join(File.dirname(__FILE__), *%2[${1:rel path here}])${2}
# unix_filter {} # unix_filter {}
snippet unif snippet unif