diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 17:09:29 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 17:48:06 +0200 |
commit | 45ef3d9d0c5f09e735b984fb6bbb25b27848408c (patch) | |
tree | 246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/if_pyth.txt | |
parent | bc4a2e1576c66ae5eea5463990d73528b3fc75bf (diff) | |
download | rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.gz rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.bz2 rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.zip |
doc: Replace hardcoded TOCs with <M-]> advice.
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r-- | runtime/doc/if_pyth.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index e19a80059a..25da033190 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -6,18 +6,10 @@ The Python Interface to Vim *python* *Python* -1. Commands |python-commands| -2. The vim module |python-vim| -3. Buffer objects |python-buffer| -4. Range objects |python-range| -5. Window objects |python-window| -6. Tab page objects |python-tabpage| -7. vim.bindeval objects |python-bindeval-objects| -8. pyeval(), py3eval() Vim functions |python-pyeval| -9. Python 3 |python3| - See |provider-python| for more information. {Nvim} + Type <M-]> to see the table of contents. + ============================================================================== 1. Commands *python-commands* |