diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-17 22:37:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-17 22:37:26 +0200 |
commit | 9ba7e17de1b9ff6f443858036ac15624d86929aa (patch) | |
tree | 6c7efdd86b29f14a5d32e7814196105149e275c3 /runtime/doc/options.txt | |
parent | e53c8616f1ef72235747fe28b829d971aa2cdf7f (diff) | |
download | vim-git-9ba7e17de1b9ff6f443858036ac15624d86929aa.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index cf2299b92..37f7e508c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.4a. Last change: 2013 Jul 07 +*options.txt* For Vim version 7.4a. Last change: 2013 Jul 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -7863,8 +7863,9 @@ A jump table for the options with a short description can be found at |Q_op|. if the line was empty. But it is far from Vi compatible. It may also break some plugins or Vim scripts. For example because |l| can move the cursor after the last character. Use with care! - Using the |$| command will move to the last character in the line, not + Using the `$` command will move to the last character in the line, not past it. This may actually move the cursor to the left! + The `g$` command will move to the end of the screen line. It doesn't make sense to combine "all" with "onemore", but you will not get a warning for it. |