From e6db8e278c79451355acdd604f5d7cbb20347c10 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 7 Mar 2018 21:32:47 -0800 Subject: [PATCH] Rename one more "local" to "explicit_slot". --- misc/vim/syntax/cton.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vim/syntax/cton.vim b/misc/vim/syntax/cton.vim index 6ccacae7fc..4862c38ec8 100644 --- a/misc/vim/syntax/cton.vim +++ b/misc/vim/syntax/cton.vim @@ -14,7 +14,7 @@ endif syn spell notoplevel syn keyword ctonHeader test isa set -syn keyword ctonDecl function jump_table incoming_arg outgoing_arg spill_slot local emergency_slot +syn keyword ctonDecl function jump_table incoming_arg outgoing_arg spill_slot explicit_slot emergency_slot syn keyword ctonFilecheck check sameln nextln unordered not regex contained syn match ctonType /\<\([bif]\d\+\(x\d\+\)\?\)\|[if]flags\>/