-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: also print the line number #27
Comments
This is possibly already supposed through the use of the vimgrep output flag,
Is that what you were expecting? Or more along the lines of the whole lines for a regular snippet? |
It looks like |
Ah gotcha. Yes this can be done. Im looking at getting issue23 resolved first, and then can look into this. |
Would you accept an outside pull request for this? |
Always happy to accept PR's! |
Give me a few days to get to it, and I'll take care of it. |
It would be handy if cs had an option to print the line number, so you could write a script that opens your editor to the right place without having to scroll.
A good format might be
file:line
e.g.path/to/file.txt:42
The text was updated successfully, but these errors were encountered: