Hi,
The new CTRL-G and CTRL-T commands that can be used in the
search ("/" and "?") prompt are not listed in the version8.txt file.
I am attaching a patch to the version8.txt file.
- Yegappan
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index a419bd7..8749e2f 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -180,6 +180,10 @@ Insert mode commands: ~
|i_CTRL-G_U| CTRL-G U don't break undo with next cursor movement
+Cmdline mode commands: ~
+
+|/_CTRL-G| CTRL-G move to the next match in 'incsearch' mode
+|/_CTRL-T| CTRL-T move to the previous match in 'incsearch' mode
Options: ~