diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-22 22:05:27 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 5f471b24865755fc00017c0470dc987bccd4405b (patch) | |
tree | d13067c48c86e354416abeac714463f97e8a5a53 /runtime/doc/starting.txt | |
parent | 0b2633b1bb3a73dae7679bf9bec0dc9f5e75fe44 (diff) | |
download | rneovim-5f471b24865755fc00017c0470dc987bccd4405b.tar.gz rneovim-5f471b24865755fc00017c0470dc987bccd4405b.tar.bz2 rneovim-5f471b24865755fc00017c0470dc987bccd4405b.zip |
vim-patch:4f3f668
Updated runtime files.
https://github.com/vim/vim/commit/4f3f668c8486444e53163c29d2fc79bf47eb3c82
Ignore changes to
* doc/channel.txt: Channel related docs
* doc/tags: Generated at build time
* doc/todo.txt: Irrelevant to Neovim
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index bda5254663..4829307706 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 Mar 05 +*starting.txt* For Vim version 7.4. Last change: 2016 Mar 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -465,8 +465,8 @@ accordingly. Vim proceeds in this order: use "--cmd 'set noloadplugins'" |--cmd|. Plugin packs are loaded. These are plugins, as above, but found in - 'packpath' directories. Every plugin directory found is added in - 'runtimepath'. See |packages|. + 'packpath' "start" directories. Every plugin directory found is added + in 'runtimepath'. See |packages|. 7. Set 'shellpipe' and 'shellredir' The 'shellpipe' and 'shellredir' options are set according to the @@ -503,8 +503,9 @@ accordingly. Vim proceeds in this order: 14. Execute startup commands If a "-t" flag was given to Vim, the tag is jumped to. The commands given with the |-c| and |+cmd| arguments are executed. - The starting flag is reset, has("vim_starting") will now return zero. If the 'insertmode' option is set, Insert mode is entered. + The starting flag is reset, has("vim_starting") will now return zero. + The |v:vim_did_enter| variable is set to 1. The |VimEnter| autocommands are executed. Some hints on using initializations: |