diff runtime/doc/autocmd.txt @ 2377:878562053ba3 vim73

Update Fortran indent and syntax file. (Ajit Thakkar)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 Jul 2010 22:30:23 +0200
parents 12b829477c60
children f766a1c87f69
line wrap: on
line diff
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 7.3b.  Last change: 2010 May 14
+*autocmd.txt*   For Vim version 7.3b.  Last change: 2010 Jul 22
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1280,7 +1280,7 @@ and "++ff=" argument that are effective.
 that reads/writes the file.  The |v:cmdbang| variable is one when "!" was
 used, zero otherwise.
 
-See the $VIMRUNTIME/plugin/netrw.vim for examples.
+See the $VIMRUNTIME/plugin/netrwPlugin.vim for examples.
 
 ==============================================================================
 11. Disabling autocommands				*autocmd-disable*