Tuesday, 21 May 2013

Getting rid of characters when doing gf in vim

Getting rid of characters when doing gf in vim I am using vim for coding. When I have something like the following: SomeModule->actualMethod() if I take the cursor to SomeModule and I do a gf I get a complaint that SomeModule- does not exist in the path. How can I get red of the - so that the SomeModule file opens?

No comments:

Post a Comment