From: rdrll <13176405+rdrll@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:23:39 +0000 (-0700) Subject: Fix a magical comment caused internal error (#3740) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/63481bb9264a8c3756577089414d222da9c7fab0?hp=63481bb9264a8c3756577089414d222da9c7fab0 Fix a magical comment caused internal error (#3740) `is_type_comment` now specifically deals with general type comments for a leaf. `is_type_ignore_comment` now handles type comments contains ignore annotation for a leaf `is_type_ignore_comment_string` used to determine if a string is an ignore type comment ---