mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
fix(doc): remove :promptfind and :promptrepl
:promptfind and :promptrepl are N/A for Nvim.
This commit is contained in:
@@ -913,22 +913,7 @@ This replaces an end-of-line with a new line containing the value of $HOME. >
|
|||||||
This replaces each 'E' character with a euro sign. Read more in |<Char->|.
|
This replaces each 'E' character with a euro sign. Read more in |<Char->|.
|
||||||
|
|
||||||
|
|
||||||
4.3 Search and replace *search-replace*
|
4.3 Changing tabs *change-tabs*
|
||||||
|
|
||||||
*:pro* *:promptfind*
|
|
||||||
:promptf[ind] [string]
|
|
||||||
Put up a Search dialog. When [string] is given, it is
|
|
||||||
used as the initial search string.
|
|
||||||
{only for Win32 GUI}
|
|
||||||
|
|
||||||
*:promptr* *:promptrepl*
|
|
||||||
:promptr[epl] [string]
|
|
||||||
Put up a Search/Replace dialog. When [string] is
|
|
||||||
given, it is used as the initial search string.
|
|
||||||
{only for Win32 GUI}
|
|
||||||
|
|
||||||
|
|
||||||
4.4 Changing tabs *change-tabs*
|
|
||||||
*:ret* *:retab* *:retab!*
|
*:ret* *:retab* *:retab!*
|
||||||
:[range]ret[ab][!] [new_tabstop]
|
:[range]ret[ab][!] [new_tabstop]
|
||||||
Replace all sequences of white-space containing a
|
Replace all sequences of white-space containing a
|
||||||
|
@@ -532,7 +532,6 @@ that see the '"' as part of their argument:
|
|||||||
:normal
|
:normal
|
||||||
:ownsyntax
|
:ownsyntax
|
||||||
:popup
|
:popup
|
||||||
:promptfind (and the like)
|
|
||||||
:registers
|
:registers
|
||||||
:return
|
:return
|
||||||
:sort
|
:sort
|
||||||
@@ -571,8 +570,6 @@ followed by another Vim command:
|
|||||||
:make
|
:make
|
||||||
:normal
|
:normal
|
||||||
:perlfile
|
:perlfile
|
||||||
:promptfind
|
|
||||||
:promptrepl
|
|
||||||
:pyfile
|
:pyfile
|
||||||
:python
|
:python
|
||||||
:registers
|
:registers
|
||||||
|
@@ -1457,8 +1457,6 @@ tag command action ~
|
|||||||
|:print| :p[rint] print lines
|
|:print| :p[rint] print lines
|
||||||
|:profdel| :profd[el] stop profiling a function or script
|
|:profdel| :profd[el] stop profiling a function or script
|
||||||
|:profile| :prof[ile] profiling functions and scripts
|
|:profile| :prof[ile] profiling functions and scripts
|
||||||
|:promptfind| :pro[mptfind] open GUI dialog for searching
|
|
||||||
|:promptrepl| :promptr[epl] open GUI dialog for search/replace
|
|
||||||
|:pop| :po[p] jump to older entry in tag stack
|
|:pop| :po[p] jump to older entry in tag stack
|
||||||
|:popup| :popu[p] popup a menu by name
|
|:popup| :popu[p] popup a menu by name
|
||||||
|:ppop| :pp[op] ":pop" in preview window
|
|:ppop| :pp[op] ":pop" in preview window
|
||||||
|
@@ -421,6 +421,8 @@ Commands:
|
|||||||
:mode (no longer accepts an argument)
|
:mode (no longer accepts an argument)
|
||||||
:open
|
:open
|
||||||
:Print
|
:Print
|
||||||
|
:promptfind
|
||||||
|
:promptrepl
|
||||||
:shell
|
:shell
|
||||||
:smile
|
:smile
|
||||||
:tearoff
|
:tearoff
|
||||||
|
Reference in New Issue
Block a user