Project

General

Profile

« Previous | Next » 

Revision 7d75e94e

Added by aycabta (aycabta .) almost 6 years ago

Fix regexp to complete complex literal

IRB completion logic always needed exponential notation for complex literal
such as 3e6i but it's bug. I fixed to support complex literal without
exponential notation such as 3i.