yasnippet/extras/imported/f90-mode/Input/Output/Quick Open.yasnippet
2009-08-29 17:59:02 +00:00

7 lines
228 B
Plaintext

# -*- mode: snippet -*-
# key: op
# contributor: Translated from TextMate Snippet
# name: Quick Open
# --
open(unit=${1:iounit}, file=${2:name}, iostat=${3:ios})
if ( $3 /= 0 ) stop "Error opening file ${2/[\"\'](.*)[\"\']/$1/}"