Changed patfh to fpath. Makes sense due to context

This commit is contained in:
David Deryl Downey - AKA Deryl R. Doucette 2012-10-18 23:21:11 -03:00
parent 970fd404a6
commit d66eaaf88e

View File

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