summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-22 22:30:23 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-22 22:30:23 +0200
commitc88ebf7fa81833b401423214c62d0ecfaaa68b78 (patch)
tree47f1ea913a2e08cef8a554c96207ba28f6a957f9 /runtime/doc/autocmd.txt
parent8a09b98ff15abf03301272f5e1243d435878bbc7 (diff)
downloadvim-git-c88ebf7fa81833b401423214c62d0ecfaaa68b78.tar.gz
Update Fortran indent and syntax file. (Ajit Thakkar)
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index aa355cfcb..459c2b406 100644
--- 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. These should be used for the command
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*