`def abc` If the cursor is on `a`, pressing `<leader>vv` will pick up things like `abcd` and `zabc`, which I believe it should not - we are searching for the token `abc`. Searching using the regular expression `\babc\b` instead of `abc` would solve the problem