Skip to content

Commit

Permalink
Merge pull request #939 from bogdanvlviv/patch-1
Browse files Browse the repository at this point in the history
Deleted links to ag.vim [ci skip]
  • Loading branch information
ggreer authored Nov 27, 2016
2 parents fc78c0d + 787d9e3 commit deb3e96
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ or:

Which has the same effect but will report every match on the line.

There's also a fork of ack.vim tailored for use with Ag: [ag.vim][]
[ack.vim]: https://github.com/mileszs/ack.vim
[ag.vim]: https://github.com/rking/ag.vim

### Emacs

You can use [ag.el][] as an Emacs front-end to Ag. See also: [helm-ag].
Expand All @@ -170,7 +166,6 @@ TextMate users can use Ag with [my fork](https://github.com/ggreer/AckMate) of t

* [Ack](https://github.com/petdance/ack2) - Better than grep. Without Ack, Ag would not exist.
* [ack.vim](https://github.com/mileszs/ack.vim)
* [ag.vim]( https://github.com/rking/ag.vim)
* [Exuberant Ctags](http://ctags.sourceforge.net/) - Faster than Ag, but it builds an index beforehand. Good for *really* big codebases.
* [Git-grep](http://git-scm.com/docs/git-grep) - As fast as Ag but only works on git repos.
* [ripgrep](https://github.com/BurntSushi/ripgrep)
Expand Down

0 comments on commit deb3e96

Please sign in to comment.