From 81ea39effe3a9cd4cd03312f5cc7b2701e26c7a4 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 31 Oct 2021 20:16:03 +0100 Subject: [PATCH] Add two forgotten warnings to RGBASM Zsh completion --- contrib/zsh_compl/_rgbasm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/zsh_compl/_rgbasm b/contrib/zsh_compl/_rgbasm index 70e42e33..de6d0078 100644 --- a/contrib/zsh_compl/_rgbasm +++ b/contrib/zsh_compl/_rgbasm @@ -13,11 +13,13 @@ _rgbasm_warnings() { 'builtin-args:Report incorrect args to built-in funcs' 'charmap-redef:Warn when redefining a charmap mapping' 'div:Warn when dividing the smallest int by -1' + 'empty-data-directive:Warn on arg-less d[bwl] in ROM' 'empty-macro-arg:Warn on empty macro arg' 'empty-strrpl:Warn on calling STRRPL with empty pattern' 'large-constant:Warn on constants too large for a signed 32-bit int' 'long-string:Warn on strings too long' 'macro-shift:Warn when shifting macro args part their limits' + 'nested-comment:Warn on "/*" inside block comments' 'obsolete:Warn when using deprecated features' 'shift:Warn when shifting negative values' 'shift-amount:Warn when a shift'\''s operand it negative or \> 32'