You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, the behavior is expected. I don't know any C, so I am not familiar with how the pattern has to be adapted to make it work correctly there - any PRs welcome.
C and C++ don't have the key/value syntax. The :: in that snippet is a scope resolution operator, and std::string s = "abc"; is a copy initialization of the variable s. This is not a key/value pair. Should close.
Bug Description
In line
std::string c = "afaf";
vik
command selects onlystring c
, ignoringstd::
.I am using defaut configuration of plugin from README.
neovim version
The text was updated successfully, but these errors were encountered: