Skip to content

Commit

Permalink
Clarify ctags mapping
Browse files Browse the repository at this point in the history
`vim/plugin/ctags.vim` shells out to ctags, but this could be Universal
Ctags (see mathiasbynens#605).
  • Loading branch information
andyw8 authored and minhptx committed Jun 20, 2020
1 parent 61ceb05 commit 3c02549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<leader>ct` to re-index [Exuberant Ctags](http://ctags.sourceforge.net/).
* Map `<leader>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.
Expand Down

0 comments on commit 3c02549

Please sign in to comment.