comparison runtime/doc/options.txt @ 24464:a56f9c2ba51c v8.2.2772

patch 8.2.2772: problems when restoring 'runtimepath' from a session file Commit: https://github.com/vim/vim/commit/635bd60804966803490287e97460ecdc91d5fe0a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 16 19:58:22 2021 +0200 patch 8.2.2772: problems when restoring 'runtimepath' from a session file Problem: Problems when restoring 'runtimepath' from a session file. Solution: Add the "skiprtp" item in 'sessionoptions'.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Apr 2021 20:00:05 +0200
parents 5c98ea5f5d6e
children 9f41bfdbc6fc
comparison
equal deleted inserted replaced
24463:754a22f6d5bc 24464:a56f9c2ba51c
6509 help the help window 6509 help the help window
6510 localoptions options and mappings local to a window or buffer (not 6510 localoptions options and mappings local to a window or buffer (not
6511 global values for local options) 6511 global values for local options)
6512 options all options and mappings (also global values for local 6512 options all options and mappings (also global values for local
6513 options) 6513 options)
6514 skiprtp exclude 'runtimepath' from the options
6514 resize size of the Vim window: 'lines' and 'columns' 6515 resize size of the Vim window: 'lines' and 'columns'
6515 sesdir the directory in which the session file is located 6516 sesdir the directory in which the session file is located
6516 will become the current directory (useful with 6517 will become the current directory (useful with
6517 projects accessed over a network from different 6518 projects accessed over a network from different
6518 systems) 6519 systems)