Don't toggle WHOLE_WORD in vim search
Fixes */# in visual mode, and avoids setting up irritating state.
This commit is contained in:
parent
14863e9a28
commit
0479ebc26d
6 changed files with 83 additions and 12 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue