diff options
author | David Bürgin <676c7473@gmail.com> | 2015-05-13 21:35:29 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-21 01:31:30 -0400 |
commit | 32837cc7df5da97b367da61fdb6e5da47f55e590 (patch) | |
tree | 1778b756fb8fc94c6e243563807f3f3827d2811c /runtime/doc | |
parent | eca51bbfa033f4956f5430fa15fa18c91a5fffef (diff) | |
download | rneovim-32837cc7df5da97b367da61fdb6e5da47f55e590.tar.gz rneovim-32837cc7df5da97b367da61fdb6e5da47f55e590.tar.bz2 rneovim-32837cc7df5da97b367da61fdb6e5da47f55e590.zip |
'cpoptions': Remove "-" flag #2655
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/motion.txt | 4 | ||||
-rw-r--r-- | runtime/doc/options.txt | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 9219911f68..7f590180d1 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -354,10 +354,6 @@ or the last line. The first two commands put the cursor in the same column except after the "$" command, then the cursor will be put on the last character of the line. -If "k", "-" or CTRL-P is used with a [count] and there are less than [count] -lines above the cursor and the 'cpo' option includes the "-" flag it is an -error. |cpo--|. - ============================================================================== 4. Word motions *word-motions* diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index bb58feb1d5..801e16d753 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1925,13 +1925,6 @@ A jump table for the options with a short description can be found at |Q_op|. there is one). This works very well for C programs. This flag is also used for other features, such as C-indenting. - *cpo--* - - When included, a vertical movement command fails when - it would go above the first line or below the last - line. Without it the cursor moves to the first or - last line, unless it already was in that line. - Applies to the commands "-", "k", CTRL-P, "+", "j", - CTRL-N, CTRL-J and ":1234". *cpo-+* + When included, a ":write file" command will reset the 'modified' flag of the buffer, even though the buffer |