comparison runtime/doc/options.txt @ 24476:e79d1475fc89 v8.2.2778

patch 8.2.2778: problem restoring 'packpath' in session Commit: https://github.com/vim/vim/commit/d23b714d8b9ed8e16ef553098acc6da0979e94fc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 17 21:04:34 2021 +0200 patch 8.2.2778: problem restoring 'packpath' in session Problem: Problem restoring 'packpath' in session. Solution: Let "skiprtp" also apply to 'packpath'.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Apr 2021 21:15:03 +0200
parents 9f41bfdbc6fc
children 5bda4653aced
comparison
equal deleted inserted replaced
24475:96905804bf5a 24476:e79d1475fc89
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 skiprtp exclude 'runtimepath' and 'packpath' from the options
6515 resize size of the Vim window: 'lines' and 'columns' 6515 resize size of the Vim window: 'lines' and 'columns'
6516 sesdir the directory in which the session file is located 6516 sesdir the directory in which the session file is located
6517 will become the current directory (useful with 6517 will become the current directory (useful with
6518 projects accessed over a network from different 6518 projects accessed over a network from different
6519 systems) 6519 systems)