diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-30 22:08:51 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-30 22:10:21 +0200 |
commit | e5b640fdb84c4a5c45be178182cda97262efba00 (patch) | |
tree | 4a6a4aec08a27880e405f3730dbe9857831e384c /runtime/doc | |
parent | 5d73a6e5dfbd1a7ce27888e7a7ac1c402da9dfc8 (diff) | |
download | rneovim-e5b640fdb84c4a5c45be178182cda97262efba00.tar.gz rneovim-e5b640fdb84c4a5c45be178182cda97262efba00.tar.bz2 rneovim-e5b640fdb84c4a5c45be178182cda97262efba00.zip |
vim-patch:c0514bf4777a
Updated runtime files.
https://github.com/vim/vim/commit/c0514bf4777a1d55f5785b3887c5686fd0bbe870
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/pi_gzip.txt | 1 | ||||
-rw-r--r-- | runtime/doc/scroll.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/pi_gzip.txt b/runtime/doc/pi_gzip.txt index a2497c89f9..f024db1260 100644 --- a/runtime/doc/pi_gzip.txt +++ b/runtime/doc/pi_gzip.txt @@ -26,6 +26,7 @@ with these extensions: *.lzma lzma *.xz xz *.lz lzip + *.zst zstd That's actually the only thing you need to know. There are no options. diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt index fba5275f47..93c704a8ba 100644 --- a/runtime/doc/scroll.txt +++ b/runtime/doc/scroll.txt @@ -108,7 +108,8 @@ z^ Without [count]: Redraw with the line just above the 3. Scrolling relative to cursor *scroll-cursor* The following commands reposition the edit window (the part of the buffer that -you see) while keeping the cursor on the same line: +you see) while keeping the cursor on the same line. Note that the 'scrolloff' +option may cause context lines to show above and below the cursor. *z<CR>* z<CR> Redraw, line [count] at top of window (default |