changeset 7:49e3cb99ab27

Small edits.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Jul 2014 14:39:33 -0700
parents ec87439fc784
children 9db89b76636a
files doc/autotags.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/autotags.txt	Sun Jul 20 14:39:03 2014 -0700
+++ b/doc/autotags.txt	Sun Jul 20 14:39:33 2014 -0700
@@ -37,7 +37,7 @@
 1. Introduction                                 *autotags-intro*
 
 Autotags is a plugin that takes care of the much needed management of tags
-files in VIM. It will (re)generate tag files as you work while staying
+files in Vim. It will (re)generate tag files as you work while staying
 completely out of your way. It will even do its best to keep those tag files
 out of your way too. It has no dependencies and just works.
 
@@ -61,11 +61,11 @@
 multiple ctags processes if you save files to fast, or your project is really
 big.
 
-There are some similar VIM plugins out there ("vim-tags", "vim-autotag",
+There are some similar Vim plugins out there ("vim-tags", "vim-autotag",
 "vim-automatic-ctags", etc.). They all fail on one or more of the requirements
 I set for myself with Autotags:
 
-* No other dependency than running VIM: no Python, Ruby, or whatever.
+* No other dependency than running Vim: no Python, Ruby, or whatever.
 * Cross-platform: should work on at least Mac and Windows.
 * Incremental tags generation: don't re-generate the whole project all the
   time. This may be fine for small projects, but it doesn't scale.