piranha / goreplace

command line tool for search and replace
ISC License
185 stars 14 forks source link

Search entries are duplicated sometimes #16

Closed iuriikomarov closed 11 years ago

iuriikomarov commented 11 years ago
 % gr secure

app/states/signin.jade
2:input(placeholder="Password", secure, key="password")

app/states/signup.jade
2:input(placeholder="Password", secure, key="password")

css/elements.less
84:    &[secure] {

Have no idea what it depends on, but I faced this bug three times at least (using gr daily for few weeks).

iuriikomarov commented 11 years ago

Shit, its different files with similar names (signin/signup) :)