mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Remove LineCounter
LineCounter was a funny type which aided in eagerly computing line numbers. It's no longer needed as we lazily compute lines, so remove it.
This commit is contained in:
@@ -25,3 +25,10 @@ end
|
||||
|
||||
line-number
|
||||
# CHECK: 23
|
||||
|
||||
bind -M
|
||||
# CHECKERR: bind: -M: option requires an argument
|
||||
# CHECKERR: {{.*}} (line 29):
|
||||
# CHECKERR: bind -M
|
||||
# CHECKERR: ^
|
||||
# CHECKERR: (Type 'help bind' for related documentation)
|
||||
|
||||
Reference in New Issue
Block a user