diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-06-18 11:08:24 +0100 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-06-19 16:58:39 +0100 |
commit | 7d025f2e8e600b42e17c1885992c3b39dad9b67d (patch) | |
tree | 979f3cbc27a5f1798d92c549602f97c5e3d3d820 /runtime/doc/vim_diff.txt | |
parent | bb35ed6aaaff097ae7b9ee3a6f35b11f808c5b89 (diff) | |
download | rneovim-7d025f2e8e600b42e17c1885992c3b39dad9b67d.tar.gz rneovim-7d025f2e8e600b42e17c1885992c3b39dad9b67d.tar.bz2 rneovim-7d025f2e8e600b42e17c1885992c3b39dad9b67d.zip |
fix(doc): remove :promptfind and :promptrepl
:promptfind and :promptrepl are N/A for Nvim.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index bb30495d77..0a006a8aa4 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -421,6 +421,8 @@ Commands: :mode (no longer accepts an argument) :open :Print + :promptfind + :promptrepl :shell :smile :tearoff |