comparison runtime/doc/starting.txt @ 247:a4d1fd572d07

updated for version 7.0068
author vimboss
date Tue, 19 Apr 2005 21:40:26 +0000
parents 73354c21f1e4
children 1c1cbdc42f75
comparison
equal deleted inserted replaced
246:c8fd241d3cdd 247:a4d1fd572d07
1 *starting.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 1 *starting.txt* For Vim version 7.0aa. Last change: 2005 Apr 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
762 "_vimrc" or ".vimrc" is found there, "$VIM" is tried. 762 "_vimrc" or ".vimrc" is found there, "$VIM" is tried.
763 See |$VIM| for when $VIM is not set. 763 See |$VIM| for when $VIM is not set.
764 - The environment variable EXINIT. 764 - The environment variable EXINIT.
765 The value of $EXINIT is used as an Ex command line. 765 The value of $EXINIT is used as an Ex command line.
766 - The user exrc file(s). Same as for the user vimrc file, but with 766 - The user exrc file(s). Same as for the user vimrc file, but with
767 "vimrc" replaced by "exrc". But without the (*)! 767 "vimrc" replaced by "exrc". But only one of ".exrc" and "_exrc" is
768 used, depending on the system. And without the (*)!
768 769
769 d. If the 'exrc' option is on (which is not the default), the current 770 d. If the 'exrc' option is on (which is not the default), the current
770 directory is searched for four files. The first that exists is used, 771 directory is searched for three files. The first that exists is used,
771 the others are ignored. 772 the others are ignored.
772 - The file ".vimrc" (for Unix, Amiga and OS/2) (*) 773 - The file ".vimrc" (for Unix, Amiga and OS/2) (*)
773 "_vimrc" (for MS-DOS and Win32) (*) 774 "_vimrc" (for MS-DOS and Win32) (*)
774 - The file "_vimrc" (for Unix, Amiga and OS/2) (*) 775 - The file "_vimrc" (for Unix, Amiga and OS/2) (*)
775 ".vimrc" (for MS-DOS and Win32) (*) 776 ".vimrc" (for MS-DOS and Win32) (*)
776 - The file ".exrc" (for Unix, Amiga and OS/2) 777 - The file ".exrc" (for Unix, Amiga and OS/2)
777 "_exrc" (for MS-DOS and Win32) 778 "_exrc" (for MS-DOS and Win32)
778 - The file "_exrc" (for Unix, Amiga and OS/2)
779 ".exrc" (for MS-DOS and Win32)
780 779
781 (*) Using this file or environment variable will cause 'compatible' to be 780 (*) Using this file or environment variable will cause 'compatible' to be
782 off by default. See |compatible-default|. 781 off by default. See |compatible-default|.
783 782
784 4. Load the plugin scripts. *load-plugins* 783 4. Load the plugin scripts. *load-plugins*