summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-11 23:05:48 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-11 23:05:48 +0100
commit469bdbde1e8ea8110705327ab193acca79296742 (patch)
tree2acc911d913510f0766ae9212ed659151ebf83ce /runtime/doc/starting.txt
parent36698e34aacee4186e6f5f87f431626752fcb337 (diff)
Minor runtime file updates.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 1626bf19b5..13c4744ffe 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 8.1. Last change: 2019 Jul 30
+*starting.txt* For Vim version 8.1. Last change: 2019 Dec 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -928,7 +928,8 @@ accordingly. Vim proceeds in this order:
displayed yet).
When switching screens, it happens now. Redrawing starts.
If the "-q" flag was given to Vim, the first error is jumped to.
- Buffers for all windows will be loaded.
+ Buffers for all windows will be loaded, without triggering |BufAdd|
+ autocommands.
12. Execute startup commands
If a "-t" flag was given to Vim, the tag is jumped to.