vim: How to select highlighted part in matching expression?
世界只因有你
世界只因有你 2017-05-16 16:40:52
0
2
598

Actually, I want to highlight only the method name in the code, but I don’t want to highlight other characters.
For example: 'methodName'. in public function methodName (x, y)

世界只因有你
世界只因有你

reply all(2)
世界只因有你

Try this /public function zsw*ze *(
zsze Mark the beginning and end of a match

左手右手慢动作

Remember that vim has a plug-in to achieve this, lz you might as well google it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!