From 067fa9c725e8afd1ce2e07264a900703fb30dba9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 30 May 2021 18:02:40 -0700 Subject: bugfix: unbound variables were not raising error Since we switched error trace semantics from a designated label to a designated depth (commit 9831a8cef9 on May 19). --- editor/mu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/mu.vim b/editor/mu.vim index ba93a196..374d6e5d 100644 --- a/editor/mu.vim +++ b/editor/mu.vim @@ -49,7 +49,7 @@ highlight link muError Error " sources of action at a distance syntax match muAssign "<-" highlight link muAssign SpecialChar -syntax keyword muAssign error +syntax keyword muAssign error error-stream highlight link muAssign Special " common keywords -- cgit 1.4.1-2-gfad0