comparison runtime/doc/starting.txt @ 5239:11cd8d58372e

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Jul 2013 19:53:36 +0200
parents 6ec6b7ff2d43
children 09c88160095d
comparison
equal deleted inserted replaced
5238:a369ac56a506 5239:11cd8d58372e
1 *starting.txt* For Vim version 7.4a. Last change: 2013 Jun 12 1 *starting.txt* For Vim version 7.4a. Last change: 2013 Jul 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
772 RECOMMENDATION: Put all your Vim configuration stuff in the 772 RECOMMENDATION: Put all your Vim configuration stuff in the
773 $HOME/.vim/ directory ($HOME/vimfiles/ for MS-Windows). That makes it 773 $HOME/.vim/ directory ($HOME/vimfiles/ for MS-Windows). That makes it
774 easy to copy it to another system. 774 easy to copy it to another system.
775 775
776 If Vim was started with "-u filename", the file "filename" is used. 776 If Vim was started with "-u filename", the file "filename" is used.
777 All following initializations until 4. are skipped. 777 All following initializations until 4. are skipped. $MYVIMRC is not
778 set.
778 "vim -u NORC" can be used to skip these initializations without 779 "vim -u NORC" can be used to skip these initializations without
779 reading a file. "vim -u NONE" also skips loading plugins. |-u| 780 reading a file. "vim -u NONE" also skips loading plugins. |-u|
780 781
781 If Vim was started in Ex mode with the "-s" argument, all following 782 If Vim was started in Ex mode with the "-s" argument, all following
782 initializations until 4. are skipped. Only the "-u" option is 783 initializations until 4. are skipped. Only the "-u" option is