From 328da0dcb7be34b594725eef6dc98d3ea6516d69 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 4 Mar 2016 22:22:32 +0100 Subject: Update runtime files. --- runtime/doc/starting.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/doc/starting.txt') diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index c982a99f6e..450fdaf17a 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 Feb 27 +*starting.txt* For Vim version 7.4. Last change: 2016 Mar 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -832,6 +832,8 @@ accordingly. Vim proceeds in this order: - The user exrc file(s). Same as for the user vimrc file, but with "vimrc" replaced by "exrc". But only one of ".exrc" and "_exrc" is used, depending on the system. And without the (*)! + - You would usually have "syntax on" and/or "filetype on" commands, + which trigger initializing filetype detection, see |syntax-loading|. 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, -- cgit v1.2.3