From 3c02549eb4b371d98b0e11b2f88dc20f22958316 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Sun, 30 Dec 2018 16:45:53 -0500 Subject: [PATCH] Clarify ctags mapping `vim/plugin/ctags.vim` shells out to ctags, but this could be Universal Ctags (see #605). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74aa0b729b1..2cf683502e7 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ What's in it? * Syntax highlighting for Markdown, HTML, JavaScript, Ruby, Go, Elixir, more. * Use [Ag](https://github.com/ggreer/the_silver_searcher) instead of Grep when available. -* Map `ct` to re-index [Exuberant Ctags](http://ctags.sourceforge.net/). +* Map `ct` to re-index ctags. * Use [vim-mkdir](https://github.com/pbrisbin/vim-mkdir) for automatically creating non-existing directories before writing the buffer. * Use [vim-plug](https://github.com/junegunn/vim-plug) to manage plugins.