The VSCodeVim team prioritizes issues based on reaction count.
* FEATURE REQUEST* :
Environment:
\<word\> should be able to search the whole word
Sorry, I'm confused. What is this supposed to do?
Isn't /
@Chillee sorry for confused, there is an example on SO, http://stackoverflow.com/questions/15288155/how-to-do-whole-word-search-similar-to-grep-w-in-vim
This is added with the new "enableNeovim" option (on master).
With the release 0.8.1, still not work
@haolly You need to install neovim, set vim.enableNeovim to true, and set the path to the neovim executable to get the new functionality.
@Chillee I have set vim.enableNeovim to true, and add the install path of Neovim to system path,
and it still not work. the nvim could be open in the integrated console correctly, btw
@haolly To be clear, this functionality currently only works in the command line, like with
:s/\<foo\>/bar.
I assumed you meant that as that's what your link led to.
@Chillee Sorry, I just realized the Neovim Only works in Ex mode
Normal search with /\<foo\> have not supported
Is there any way to get this feature without attaching neovim? That seems a lot of overhead for such a simple feature.
@apvanzanten https://github.com/VSCodeVim/Vim/issues/3996
You can use \bword\b
@J-Fields Cool. Thanks! :)
Most helpful comment
@apvanzanten https://github.com/VSCodeVim/Vim/issues/3996
You can use
\bword\b