Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help, man.vim: change "outline" map to gO #7405

Merged
merged 1 commit into from Oct 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/doc/api.txt
Expand Up @@ -11,7 +11,7 @@ via |msgpack-rpc|, Lua and VimL (|eval-api|).

Applications can also embed libnvim to work with the C API directly.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
API Types *api-types*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/autocmd.txt
Expand Up @@ -8,7 +8,7 @@ Automatic commands *autocommand*

For a basic explanation, see section |40.3| in the user manual.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *autocmd-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/change.txt
Expand Up @@ -11,7 +11,7 @@ commands with the "." command.

For inserting text see |insert.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Deleting text *deleting* *E470*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/cmdline.txt
Expand Up @@ -13,7 +13,7 @@ Command-line mode is used to enter Ex commands (":"), search patterns
Basic command line editing is explained in chapter 20 of the user manual
|usr_20.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Command-line editing *cmdline-editing*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/debug.txt
Expand Up @@ -9,7 +9,7 @@ Debugging Vim *debug-vim*
This is for debugging Vim itself, when it doesn't work properly.
For debugging Vim scripts, functions, etc. see |debug-scripts|

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================

Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/develop.txt
Expand Up @@ -11,7 +11,7 @@ Nvim is open source software. Everybody is encouraged to contribute.

See src/nvim/README.md for an overview of the source code.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
Design goals *design-goals*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/diff.txt
Expand Up @@ -10,7 +10,7 @@ eight versions of the same file.

The basics are explained in section |08.7| of the user manual.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Starting diff mode
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/digraph.txt
Expand Up @@ -14,7 +14,7 @@ with CTRL-V (see |i_CTRL-V|).
There is a brief introduction on digraphs in the user manual: |24.9|
An alternative is using the 'keymap' option.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Defining digraphs *digraphs-define*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/editing.txt
Expand Up @@ -6,7 +6,7 @@

Editing files *edit-files*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *edit-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/eval.txt
Expand Up @@ -12,7 +12,7 @@ Note: Expression evaluation can be disabled at compile time. If this has been
done, the features in this document are not available. See |+eval| and
|no-eval-feature|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Variables *variables*
Expand Down
4 changes: 2 additions & 2 deletions runtime/doc/filetype.txt
Expand Up @@ -8,7 +8,7 @@ Filetypes *filetype* *file-type*

Also see |autocmd.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Filetypes *filetypes* *file-types*
Expand Down Expand Up @@ -540,7 +540,7 @@ K or CTRL-] Jump to the manpage for the <cWORD> under the
cursor. Takes a count for the section.
CTRL-T Jump back to the location that the manpage was
opened from.
META-] Show the manpage outline in the |location-list|.
gO Show the manpage outline. |gO|
q :quit if invoked as $MANPAGER, otherwise :close.

Variables:
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/fold.txt
Expand Up @@ -9,7 +9,7 @@ Folding *Folding* *folding* *folds*
You can find an introduction on folding in chapter 28 of the user manual.
|usr_28.txt|

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Fold methods *fold-methods*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/gui.txt
Expand Up @@ -6,7 +6,7 @@

Vim's Graphical User Interface *gui* *GUI*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Starting the GUI *gui-start* *E229* *E233*
Expand Down
4 changes: 2 additions & 2 deletions runtime/doc/helphelp.txt
Expand Up @@ -6,7 +6,7 @@

Help on help files *helphelp*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Help commands *online-help*
Expand All @@ -23,7 +23,7 @@ Help on help files *helphelp*
The 'helplang' option is used to select a language, if
the main help file is available in several languages.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

*{subject}* *E149* *E661*
:h[elp] {subject} Like ":help", additionally jump to the tag {subject}.
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_cscop.txt
Expand Up @@ -12,7 +12,7 @@ a cscope query is just like jumping to any tag; it is saved on the tag stack
so that with the right keyboard mappings, you can jump back and forth between
functions as you normally would with |tags|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Cscope introduction *cscope-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_lua.txt
Expand Up @@ -6,7 +6,7 @@

Lua Interface to Nvim *lua* *Lua*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Importing modules *lua-require*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_pyth.txt
Expand Up @@ -8,7 +8,7 @@ The Python Interface to Vim *python* *Python*

See |provider-python| for more information. {Nvim}

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Commands *python-commands*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/if_ruby.txt
Expand Up @@ -10,7 +10,7 @@ The Ruby Interface to Vim *ruby* *Ruby*
The home page for ruby is http://www.ruby-lang.org/. You can find links for
downloading Ruby there.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Commands *ruby-commands*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/indent.txt
Expand Up @@ -6,7 +6,7 @@

This file is about indenting C programs and other files.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Indenting C style programs *C-indenting*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/index.txt
Expand Up @@ -15,7 +15,7 @@ For an overview of built-in functions see |functions|.
For a list of Vim variables see |vim-variable|.
For a complete listing of all help items see |help-tags|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Insert mode *insert-index*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/insert.txt
Expand Up @@ -16,7 +16,7 @@ user manual |usr_24.txt|.
Also see 'virtualedit', for moving the cursor to positions where there is no
character. Useful for editing a table.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Special keys *ins-special-keys*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/intro.txt
Expand Up @@ -6,7 +6,7 @@

Introduction to Vim *ref* *reference*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/job_control.txt
Expand Up @@ -6,7 +6,7 @@

Nvim's facilities for job control *job-control*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *job-control-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/map.txt
Expand Up @@ -9,7 +9,7 @@ Key mapping, abbreviations and user-defined commands.
This subject is introduced in sections |05.3|, |24.7| and |40.1| of the user
manual.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Key mapping *key-mapping* *mapping* *macro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/mbyte.txt
Expand Up @@ -14,7 +14,7 @@ For an introduction to the most common features, see |usr_45.txt| in the user
manual.
For changing the language of messages and menus see |mlang.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
Getting started *mbyte-first*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/message.txt
Expand Up @@ -8,7 +8,7 @@ This file contains an alphabetical list of messages and error messages that
Vim produces. You can use this if you don't understand what the message
means. It is not complete though.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Old messages *:messages* *:mes* *message-history*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/mlang.txt
Expand Up @@ -11,7 +11,7 @@ multi-byte text see |multibyte|.

The basics are explained in the user manual: |usr_45.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Messages *multilang-messages*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/motion.txt
Expand Up @@ -26,7 +26,7 @@ The 'virtualedit' option can be set to make it possible to move the cursor to
positions where there is no character or within a multi-column character (like
a tab).

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Motions and operators *operator*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/msgpack_rpc.txt
Expand Up @@ -6,7 +6,7 @@

RPC API for Nvim *RPC* *rpc* *msgpack-rpc*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *rpc-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/nvim.txt
Expand Up @@ -15,7 +15,7 @@ Nvim is emphatically a fork of Vim, not a clone: compatibility with Vim is
maintained where possible. See |vim_diff.txt| for the complete reference of
differences from Vim.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
Transitioning from Vim *nvim-from-vim*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/nvim_terminal_emulator.txt
Expand Up @@ -18,7 +18,7 @@ Terminal buffers behave like normal buffers, except:
closing the terminal buffer.
- 'bufhidden' defaults to "hide".

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
Start *terminal-start*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/options.txt
Expand Up @@ -14,7 +14,7 @@ achieve special effects. These options come in three forms:
number has a numeric value
string has a string value

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Setting options *set-option* *E764*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/pattern.txt
Expand Up @@ -9,7 +9,7 @@ Patterns and search commands *pattern-searches*
The very basics can be found in section |03.9| of the user manual. A few more
explanations are in chapter 27 |usr_27.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Search commands *search-commands*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/pi_health.txt
Expand Up @@ -2,7 +2,7 @@

Author: TJ DeVries <devries.timothyj@gmail.com>

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
Introduction *healthcheck* *health.vim-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/print.txt
Expand Up @@ -6,7 +6,7 @@

Printing *printing*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *print-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/provider.txt
Expand Up @@ -8,7 +8,7 @@ Providers *provider*

Nvim delegates some features to dynamic "providers".

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
Python integration *provider-python*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/quickfix.txt
Expand Up @@ -6,7 +6,7 @@

This subject is introduced in section |30.1| of the user manual.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

=============================================================================
1. Using QuickFix commands *quickfix* *Quickfix* *E42*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/recover.txt
Expand Up @@ -15,7 +15,7 @@ You can recover most of your changes from the files that Vim uses to store
the contents of the file. Mostly you can recover your work with one command:
vim -r filename

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. The swap file *swap-file*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/remote.txt
Expand Up @@ -6,7 +6,7 @@

Vim client-server communication *client-server*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Common functionality *clientserver*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/remote_plugin.txt
Expand Up @@ -6,7 +6,7 @@

Nvim support for remote plugins *remote-plugin*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Introduction *remote-plugin-intro*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/repeat.txt
Expand Up @@ -8,7 +8,7 @@ Repeating commands, Vim scripts and debugging *repeating*

Chapter 26 of the user manual introduces repeating |usr_26.txt|.

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

==============================================================================
1. Single repeats *single-repeat*
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/russian.txt
Expand Up @@ -6,7 +6,7 @@

Russian language localization and support in Vim *russian* *Russian*

Type <M-]> to see the table of contents.
Type |gO| to see the table of contents.

===============================================================================
1. Introduction *russian-intro*
Expand Down