summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-28 18:17:20 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-28 18:17:20 +0200
commit36f44c21da2e912c008683a0c4447fca2a071e9a (patch)
treeaa7fba792f0f578c14ff2702f0609f4478fa7568 /runtime/doc/starting.txt
parentd90b6c02e2900576fb37d95b5e4f4a32b2d7383f (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 46a4c9f5e5..14a5f01a46 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.4. Last change: 2016 Aug 26
+*starting.txt* For Vim version 7.4. Last change: 2016 Aug 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -838,7 +838,7 @@ accordingly. Vim proceeds in this order:
options values and has "syntax on" and "filetype on" commands,
which is what most new users will want. See |defaults.vim|.
- d. If the 'exrc' option is on (which is not the default), the current
+ d. If the 'exrc' option is on (which is NOT the default), the current
directory is searched for three files. The first that exists is used,
the others are ignored.
- The file ".vimrc" (for Unix, Amiga and OS/2) (*)