Skip to content

Commit

Permalink
Update scroll.jax
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 10, 2017
1 parent d5364b5 commit 91ab837
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/scroll.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*scroll.txt* For Vim バージョン 8.0. Last change: 2006 Aug 27
*scroll.txt* For Vim バージョン 8.0. Last change: 2016 Nov 10


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -105,7 +105,8 @@ z^ [count]が無い時: 現在のウィンドウの最上行を最下行にし
3. カーソル相関スクロール *scroll-cursor*

下記のコマンドはカーソルの位置は変えずに編集ウィンドウ(バッファの見えている一
部)の位置を変える:
部)の位置を変える。'scrolloff' オプションを設定していると、カーソルの上または
下の周辺行が表示されることに注意。

*z<CR>*
z<CR> [count]行(省略時はカーソルのある行)をウィンドウの最上
Expand Down
5 changes: 3 additions & 2 deletions en/scroll.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*scroll.txt* For Vim version 8.0. Last change: 2006 Aug 27
*scroll.txt* For Vim version 8.0. Last change: 2016 Nov 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 91ab837

Please sign in to comment.