Skip to content

Commit e113308

Browse files
committed
added missed $etrap, fix for #121
1 parent 3181ba2 commit e113308

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/providers/completion/systemVariables.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
],
3030
"link": "/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_vestack"
3131
},
32+
{
33+
"label": "$ETRAP",
34+
"alias": ["$ETRAP", "$ET"],
35+
"documentation": [
36+
"Contains a string of ObjectScript commands to be executed when an error occurs.\n",
37+
"```objectscript\n",
38+
"$ETRAP\n",
39+
"$ET\n",
40+
"```\n"
41+
],
42+
"link": "/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_vetrap"
43+
},
3244
{
3345
"label": "$HALT",
3446
"alias": ["$HALT"],

0 commit comments

Comments
 (0)