diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 01:53:00 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 22:50:37 -0400 |
| commit | 37f560aedf36043d479775ccc20447801b615126 (patch) | |
| tree | 97fc987e13e28e5b6e08e6a45741a7f06f0eabab /runtime/doc/vim_diff.txt | |
| parent | 7718f8f24c9e795103b639367a90992dd161bd01 (diff) | |
| download | rneovim-37f560aedf36043d479775ccc20447801b615126.tar.gz rneovim-37f560aedf36043d479775ccc20447801b615126.tar.bz2 rneovim-37f560aedf36043d479775ccc20447801b615126.zip | |
doc/python: cleanup
- Move info to providers.txt
- Remove "nvim-" prefix.
- Brevity, clarity, ...
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 508712ca75..8fdd59f2af 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -68,7 +68,7 @@ build). If a Python interpreter is available on your `$PATH`, |:python| and |:python3| are always available and may be used simultaneously in separate plugins. The `neovim` pip package must be installed to use Python plugins in Nvim (see -|nvim-python|). +|provider-python|). |mkdir()| behaviour changed: 1. Assuming /tmp/foo does not exist and /tmp can be written to @@ -161,6 +161,12 @@ Some `CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants <C-BS>, <C-S-BS> <C-Enter>, <C-S-Enter> +Options: + 'statusline' supports unlimited alignment sections + +Commands: + |:CheckHealth| + Events: |TabNew| |TabNewEntered| |