mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
vim-patch:a0f37db: runtime(doc): use a single pattern in :h 'incsearch' example (#35721)
related: https://github.com/vim/vim/pull/18262#issuecomment-3277008408
closes: vim/vim#18270
a0f37dbbf4
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -3564,8 +3564,8 @@ vim.bo.inex = vim.bo.includeexpr
|
||||
--- ```vim
|
||||
--- augroup vimrc-incsearch-highlight
|
||||
--- autocmd!
|
||||
--- autocmd CmdlineEnter /,\? :set hlsearch
|
||||
--- autocmd CmdlineLeave /,\? :set nohlsearch
|
||||
--- autocmd CmdlineEnter [\/\?] :set hlsearch
|
||||
--- autocmd CmdlineLeave [\/\?] :set nohlsearch
|
||||
--- augroup END
|
||||
--- ```
|
||||
---
|
||||
|
Reference in New Issue
Block a user