comparison runtime/doc/starting.txt @ 13361:65c29bd4548b v8.0.1554

patch 8.0.1554: custom plugins loaded with --clean commit https://github.com/vim/vim/commit/072687032683b1994d25a114893d9a6f8bc36612 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 1 21:57:32 2018 +0100 patch 8.0.1554: custom plugins loaded with --clean Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'.
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Mar 2018 22:00:09 +0100
parents acd7eaa13d2b
children 02b3f719eacb
comparison
equal deleted inserted replaced
13360:7c7ebafc5c3c 13361:65c29bd4548b
514 - initializations from files and environment variables is 514 - initializations from files and environment variables is
515 skipped 515 skipped
516 - the |defaults.vim| script is loaded, which implies 516 - the |defaults.vim| script is loaded, which implies
517 'nocompatible': use Vim defaults 517 'nocompatible': use Vim defaults
518 - no viminfo file is read or written 518 - no viminfo file is read or written
519 - the home directory is excluded from 'runtimepath'
519 *-x* 520 *-x*
520 -x Use encryption to read/write files. Will prompt for a key, 521 -x Use encryption to read/write files. Will prompt for a key,
521 which is then stored in the 'key' option. All writes will 522 which is then stored in the 'key' option. All writes will
522 then use this key to encrypt the text. The '-x' argument is 523 then use this key to encrypt the text. The '-x' argument is
523 not needed when reading a file, because there is a check if 524 not needed when reading a file, because there is a check if