How do you go directly to the beginning of a function?

2009-07-24 Thread tirengarfio
Hi, how do you go directly to the beginning of a function? I mean, in Ultraedit if i open a class i have a window with the list of the name of the methods of the class. If i click in one of the functions of the list, the beginning of the function appears. How do you do this is Vim? Bye -- Vi

Trying to write a command that begins with “%”.

2011-02-04 Thread tirengarfio
Hi, i have found somewhere that this below should remove the first column of a document. %s/^[^\t]*\zs\t[^\t]*\ze//g But when i just try to write "%" it doesn't show anything in the command line. Any idea? Regards Javi -- You received this message from the "vim_use" maillist. Do not top-po