comparison runtime/doc/starting.txt @ 14372:2a4a2dc35c55

Update runtime files. commit https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 21 05:56:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jul 2018 06:00:09 +0200
parents 723487cd7876
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14371:2fb503a18f12 14372:2a4a2dc35c55
509 file is read or written, even if 'viminfo' is set or when 509 file is read or written, even if 'viminfo' is set or when
510 ":rv" or ":wv" are used. See also |viminfo-file|. 510 ":rv" or ":wv" are used. See also |viminfo-file|.
511 {not in Vi} 511 {not in Vi}
512 512
513 *--clean* 513 *--clean*
514 --clean Equal to "-u DEFAULTS -U NONE -i NONE": 514 --clean Similar to "-u DEFAULTS -U NONE -i NONE":
515 - initializations from files and environment variables is 515 - initializations from files and environment variables is
516 skipped 516 skipped
517 -'runtimepath'and 'packpath' are set to exclude home
518 directory entries (does not happen with -u DEFAULTS).
517 - the |defaults.vim| script is loaded, which implies 519 - the |defaults.vim| script is loaded, which implies
518 'nocompatible': use Vim defaults 520 'nocompatible': use Vim defaults
519 - no |gvimrc| script is loaded 521 - no |gvimrc| script is loaded
520 - no viminfo file is read or written 522 - no viminfo file is read or written
521 - the home directory is excluded from 'runtimepath' 523 - the home directory is excluded from 'runtimepath'