sampson-chen / sack

s(hortcut)-ack: a faster way to use ag, ack (or grep)!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken in vim

mockturtl opened this issue · comments

$ sag foo
# ...results...
$ F 1
# vim opens to an empty buffer, for file ""/my/actual/desired/file""

I believe the cause is the escaped quotes around $sack__file, added in the last commit. @db5526e

Without them, F 1 behaves as expected.

Thanks, reverted #39

@mockturtl If this was fixed, you should close this issue 👍 😄

👍 I assume the maintainer(s) know best, but yes, it was resolved.