shithub: rgbds

Download patch

ref: 81ea39effe3a9cd4cd03312f5cc7b2701e26c7a4
parent: 1a07391a97504672588516becc0c02de4702fd11
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Oct 31 16:16:03 EDT 2021

Add two forgotten warnings to RGBASM Zsh completion

--- a/contrib/zsh_compl/_rgbasm
+++ b/contrib/zsh_compl/_rgbasm
@@ -13,11 +13,13 @@
 		'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'