Monday, March 28, 2011

Get more match information with ,

Hi,
for example, we get this list when we press the key <Ctrl+n> or
<Ctrl+p>,

"
o_var
o_ojb
o_arr
"

now, i want to get more information as following,
"
o_var
o_ojb
o_arr
obj->method()
obj->method2()
"

how to let the vim match this "obj->method()" , usually, the vim just
matches the letter, underline, and figure.
how to match other sign, such as "obj>>method(), obj->method(),
obj.method()"

thanks guys

--
View this message in context: http://vim.1045645.n5.nabble.com/Get-more-match-information-with-Ctrl-n-Ctrl-p-tp4267676p4267676.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: