From 66d40a1969385a0da07316e7172f5a667dfc2f6c Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Sun, 13 Sep 2015 10:47:39 +0100 Subject: [PATCH] Clarify integration with Exuberant Ctags The ctags.vim plugin was removed in #375. I updated the README to document the Vim mapping for re-indexing a project's ctags. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17a12c..f8ee88d 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ What's in it? HTML. * Use [Ag](https://github.com/ggreer/the_silver_searcher) instead of Grep when available. -* Use [Exuberant Ctags](http://ctags.sourceforge.net/) for tab completion. +* Map `ct` to re-index [Exuberant Ctags](http://ctags.sourceforge.net/). * 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.