From 94cdd3f9e3d8394a31515ad24e9ad226a225e9ac Mon Sep 17 00:00:00 2001 From: codesoap Date: Sun, 22 Mar 2020 08:03:50 +0100 Subject: [PATCH] rc spell: Avoid C-style comments in awk --- rc/tools/spell.kak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/tools/spell.kak b/rc/tools/spell.kak index a39c2204..b4e7a0e7 100644 --- a/rc/tools/spell.kak +++ b/rc/tools/spell.kak @@ -46,11 +46,11 @@ define-command -params ..1 -docstring %{ { if (/^@\(#\)/) { - /* drop the identification message */ + # drop the identification message } else if (/^\*/) { - /* nothing */ + # nothing } else if (/^$/) {