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 "/\". |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 " before starting Vim ( 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* diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 5575de5b36..1b997a5614 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -709,16 +709,17 @@ local function gen_one(fname, to_fname, old, commit, parser_path) + + + + + - - - - %s - Neovim docs