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:
Peter Ammon
2026-01-29 19:55:10 -08:00
parent ffb09a429d
commit 08a9f5e683
4 changed files with 56 additions and 77 deletions

View File

@@ -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)