-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Milestone
Description
What did you do?
In a JS file, from normal mode:
/\bfor\b.*\bin\b[Enter]
What did you expect to happen?
Incremental search should match segments of lines with a for...in loop. e.g. for (var a in stuff) {
What happened instead?
Search opened, all of my keystrokes appeared on the line, but matching did not appear to use regex at all.
Did not match anything at any point after typing \b.
Also tried using just .* patterns and that didn't work either.
Technical details:
- VsCodeVim Version: 0.1.4
- VSCode Version: Code - Insiders 1.5.0-insider (1a7ca5a77bf6b63951e499ea93b7316d36118ade, 2016-08-05T07:19:53.669Z)
- OS Version: Windows_NT ia32 10.0.14393