Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix crash and highlight issue due to incorrect regexp_flag
I made a mistake in the order of re.NOFLAG and re.I. Also, nvPY can't use the re.NOFLAG attribute because it does not exist on Python ~3.10. This commit fixes #231, and fixes #232.
- Loading branch information