diff options
author | David Bürgin <676c7473@gmail.com> | 2015-04-25 17:25:13 +0200 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-25 15:07:45 -0400 |
commit | deeee5bfab7c1bf7a62f0e309b59fccc40d092ac (patch) | |
tree | 6796b6f1d24864c3650d7a969173d32680255cd0 /runtime | |
parent | 0bce4dc54427d05ab320a88f6269a9c1b05ea899 (diff) | |
download | rneovim-deeee5bfab7c1bf7a62f0e309b59fccc40d092ac.tar.gz rneovim-deeee5bfab7c1bf7a62f0e309b59fccc40d092ac.tar.bz2 rneovim-deeee5bfab7c1bf7a62f0e309b59fccc40d092ac.zip |
options: Remove "g" flag from 'cpoptions' #2505
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 6090dd6cb0..88f2377b16 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1868,8 +1868,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-g* - g Goto line 1 when using ":edit" without argument. *cpo-H* H When using "I" on a line with only blanks, insert before the last blank. Without this flag insert after |