diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-22 15:41:34 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-22 17:32:24 -0400 |
commit | 59d550345d2531b1b1058a82ae4e4de6a941f8ad (patch) | |
tree | d0243b0e0a21550151510a30d0a4052c7f453af8 /runtime | |
parent | 8415615b593c6673083a5004d5db9e8af4914726 (diff) | |
download | rneovim-59d550345d2531b1b1058a82ae4e4de6a941f8ad.tar.gz rneovim-59d550345d2531b1b1058a82ae4e4de6a941f8ad.tar.bz2 rneovim-59d550345d2531b1b1058a82ae4e4de6a941f8ad.zip |
vim-patch:8.2.2778: problem restoring 'packpath' in session
Problem: Problem restoring 'packpath' in session.
Solution: Let "skiprtp" also apply to 'packpath'.
https://github.com/vim/vim/commit/d23b714d8b9ed8e16ef553098acc6da0979e94fc
Port Test_mksession_skiprtp() to lua functional test.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 60fc16f7e4..cc9696e536 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5052,7 +5052,7 @@ A jump table for the options with a short description can be found at |Q_op|. global values for local options) options all options and mappings (also global values for local options) - skiprtp exclude 'runtimepath' from the options + skiprtp exclude 'runtimepath' and 'packpath' from the options resize size of the Vim window: 'lines' and 'columns' sesdir the directory in which the session file is located will become the current directory (useful with |