mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 03:48:02 +10:00
Problem: Visual mode "*", "#" mappings don't work on text with "/", "\", "?", and newlines. Solution: Get the visual selection and escape it as a search pattern. Add functions vim.get_visual_selection and _search_for_visual_selection. Fix #21676