From d6209fa9f031658a9750efee12733f64ab32074e Mon Sep 17 00:00:00 2001 From: David Bürgin <676c7473@gmail.com> Date: Fri, 1 May 2015 15:42:45 +0200 Subject: 'cpoptions': Remove "H" flag #2556 --- runtime/doc/options.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime') 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. -- cgit