diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 20:37:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 20:37:52 +0200 |
commit | 129f107c0c26fbf371bcf165ec20eb13356bfb8e (patch) | |
tree | 864bf25c65c6cfcd4e17c0ebd04afdad1342c268 /runtime/doc/help.txt | |
parent | 7044aa6e8256844bc1bd23eb61d4a41ca6d418d0 (diff) | |
parent | 8f59d1483934f91011b755406251136c406e77f6 (diff) | |
download | rneovim-129f107c0c26fbf371bcf165ec20eb13356bfb8e.tar.gz rneovim-129f107c0c26fbf371bcf165ec20eb13356bfb8e.tar.bz2 rneovim-129f107c0c26fbf371bcf165ec20eb13356bfb8e.zip |
Merge #6247 'api: nvim_get_mode()'
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index f71f46bad3..3837cf3e26 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -154,22 +154,17 @@ Interfaces ~ |if_cscop.txt| using Cscope with Vim |if_pyth.txt| Python interface |if_ruby.txt| Ruby interface -|debugger.txt| Interface with a debugger |sign.txt| debugging signs Versions ~ |vim_diff.txt| Main differences between Nvim and Vim |vi_diff.txt| Main differences between Vim and Vi - *sys-file-list* -Remarks about specific systems ~ -|os_win32.txt| MS-Windows *standard-plugin-list* Standard plugins ~ |pi_gzip.txt| Reading and writing compressed files |pi_netrw.txt| Reading and writing files over a network |pi_paren.txt| Highlight matching parens |pi_tar.txt| Tar file explorer -|pi_vimball.txt| Create a self-installing Vim script |pi_zip.txt| Zip archive explorer LOCAL ADDITIONS: *local-additions* |