##// END OF EJS Templates
clarify FIXME comment for magics aliases
MinRK -
Show More
@@ -2055,7 +2055,8 class InteractiveShell(SingletonConfigurable):
2055
2055
2056 # Register Magic Aliases
2056 # Register Magic Aliases
2057 mman = self.magics_manager
2057 mman = self.magics_manager
2058 # surely, this can't be were magics aliases should be defined?
2058 # FIXME: magic aliases should be defined by the Magics classes
2059 # or in MagicsManager, not here
2059 mman.register_alias('ed', 'edit')
2060 mman.register_alias('ed', 'edit')
2060 mman.register_alias('hist', 'history')
2061 mman.register_alias('hist', 'history')
2061 mman.register_alias('rep', 'recall')
2062 mman.register_alias('rep', 'recall')
General Comments 0
You need to be logged in to leave comments. Login now