Skip to content

tag -l breaks filenames #20

@rbu

Description

@rbu

Happens after the second result.

user@localhost ~ $ mkdir test
user@localhost ~ $ cd test 
user@localhost ~/test $ echo 23 > a 
user@localhost ~/test $ echo 23 > b
user@localhost ~/test $ echo 23 > c
user@localhost ~/test $ ag 23
c
[1] 1:23

b
[2] 1:23

a
[3] 1:23
user@localhost ~/test $ ag 23 -l
c
ba
user@localhost ~/test $ unalias ag
user@localhost ~/test $ ag 23 -l  
c
a
b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions