aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-07-08 15:58:50 +0200
committerJustin M. Keyes <justinkz@gmail.com>2023-07-08 16:06:46 +0200
commit0a90e4b05ad3263bf656e24f616b6dadf6ba92e4 (patch)
treefd0846481d7a5c8281854cd81f36cb12ccaacbbe /runtime/doc
parent6318edadc32acce3ed41a6995a5faa5395b5f562 (diff)
downloadrneovim-0a90e4b05ad3263bf656e24f616b6dadf6ba92e4.tar.gz
rneovim-0a90e4b05ad3263bf656e24f616b6dadf6ba92e4.tar.bz2
rneovim-0a90e4b05ad3263bf656e24f616b6dadf6ba92e4.zip
fix(docs): match DocSearch style with site theme
ref https://github.com/neovim/neovim.github.io/commit/2b4f9e47809c16743f7d31d0dc1f1e3c2f313a56
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/pattern.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index 7ea3b7df76..d74757de4f 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -72,7 +72,7 @@ N Repeat the latest "/" or "?" [count] times in
command "/\<keyword\>". |exclusive|
'ignorecase' is used, 'smartcase' is not.
*v_star-default*
- In Visual mode, search forward for the current selection.
+{Visual}* In Visual mode, search forward for the current selection.
|default-mappings|
*#*
@@ -81,7 +81,7 @@ N Repeat the latest "/" or "?" [count] times in
backspace, try using "stty erase <BS>" before starting
Vim (<BS> is CTRL-H or a real backspace).
*v_#-default*
- In Visual mode, search backward for the current selection.
+{Visual}# In Visual mode, search backward for the current selection.
|default-mappings|
*gstar*