mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
@@ -409,6 +409,8 @@ class BindingParser:
|
||||
self.unget_char()
|
||||
self.unget_char()
|
||||
alt = True
|
||||
elif d == '\0':
|
||||
result += 'ESC'
|
||||
else:
|
||||
alt = True
|
||||
self.unget_char()
|
||||
|
||||
Reference in New Issue
Block a user