mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
black
This commit is contained in:
parent
6d1713c423
commit
20578fe806
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ builtins.__xonsh__.abbrevs = dict()
|
|||
proxy = DynamicAccessProxy("abbrevs", "__xonsh__.abbrevs")
|
||||
setattr(builtins, "abbrevs", proxy)
|
||||
|
||||
|
||||
def expand_abbrev(buffer):
|
||||
abbrevs = getattr(builtins, "abbrevs")
|
||||
if abbrevs is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue