[ruby-cvs:78358] 7d75e94ea9 (master): Fix regexp to complete complex literal
"aycabta" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
aycabta 2019-11-28 15:15:41 +0900 (Thu, 28 Nov 2019)
New Revision: 7d75e94ea9
https://github.com/ruby/ruby/commit/7d75e94ea9
Log:
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.
Modified files:
lib/irb/completion.rb
test/irb/test_completion.rb