Don't toggle WHOLE_WORD in vim search

Fixes */# in visual mode, and avoids setting up irritating state.
This commit is contained in:
Conrad Irwin 2024-01-19 10:35:25 -07:00
parent 14863e9a28
commit 0479ebc26d
6 changed files with 83 additions and 12 deletions

View file

@ -23,6 +23,7 @@ async-trait = { workspace = true, "optional" = true }
nvim-rs = { git = "https://github.com/KillTheMule/nvim-rs", branch = "master", features = ["use_tokio"], optional = true }
tokio = { version = "1.15", "optional" = true }
serde_json.workspace = true
regex.workspace = true
collections = { path = "../collections" }
command_palette = { path = "../command_palette" }