mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
7 lines
228 B
Plaintext
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/}" |