diff options
author | David Bürgin <676c7473@gmail.com> | 2015-05-01 15:42:45 +0200 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-04 14:20:28 -0400 |
commit | d6209fa9f031658a9750efee12733f64ab32074e (patch) | |
tree | 22b7f63f5fe5758b1303ee94a958b6b1ae973c77 /runtime | |
parent | 115f137b124a8b26c92656cf190e340b2364a5a2 (diff) | |
download | rneovim-d6209fa9f031658a9750efee12733f64ab32074e.tar.gz rneovim-d6209fa9f031658a9750efee12733f64ab32074e.tar.bz2 rneovim-d6209fa9f031658a9750efee12733f64ab32074e.zip |
'cpoptions': Remove "H" flag #2556
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7822cc7ce3..65908f910f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1773,10 +1773,6 @@ A jump table for the options with a short description can be found at |Q_op|. argument will set the file name for the current buffer, if the current buffer doesn't have a file name yet. Also see |cpo-P|. - *cpo-H* - H When using "I" on a line with only blanks, insert - before the last blank. Without this flag insert after - the last blank. *cpo-i* i When included, interrupting the reading of a file will leave it modified. |