diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 22:47:40 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 22:51:30 +0200 |
commit | 06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5 (patch) | |
tree | 8248ae46a54e160a7f635ac4b97f56b4d2048729 /runtime/doc/options.txt | |
parent | becde1745aa2ee84158b26ec14f14e1941fcc7d8 (diff) | |
download | rneovim-06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5.tar.gz rneovim-06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5.tar.bz2 rneovim-06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5.zip |
vim-patch:d07969093a9b
Updated runtime files.
https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index cef01eb27b..266ceb9136 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2092,7 +2092,7 @@ A jump table for the options with a short description can be found at |Q_op|. uhex Show unprintable characters hexadecimal as <xx> instead of using ^C and ~C. - When neither "lastline" or "truncate" is included, a last line that + When neither "lastline" nor "truncate" is included, a last line that doesn't fit is replaced with "@" lines. *'eadirection'* *'ead'* @@ -4889,7 +4889,9 @@ A jump table for the options with a short description can be found at |Q_op|. ordering. This is for preferences to overrule or add to the distributed defaults or system-wide settings (rarely needed). - More entries are added when using |packages|. + More entries are added when using |packages|. If it gets very long + then `:set rtp` will be truncated, use `:echo &rtp` to see the full + string. Note that, unlike 'path', no wildcards like "**" are allowed. Normal wildcards are allowed, but can significantly slow down searching for |