##// END OF EJS Templates
Backport PR #11227: Python 3.7 autocomplete bugfix
Backport PR #11227: Python 3.7 autocomplete bugfix

File last commit:

r23376:60805a7b
r24431:cebe5fb5
Show More
magic-run-bug-fix.md
1 line | 122 B | text/x-minidsrc | MarkdownLexer

Make %run -n -i ... work correctly. Earlier, if %run was passed both arguments, -n would be silently ignored.