Hyperlinks and vim

2006-11-30 Thread Tanoor Dieng
Hi everybody, I'm a php developper and i'm using vim for my developments. Recently, i have tried the zend IDE. This IDE offers one particularly interesting feature: the possiblity to go on a class containing a function definition just by clicking on the function name. To do this, Zend IDE uses

multiples search and replace in the same command?

2006-11-30 Thread Tanoor Dieng
Hi, i'm trying to replace all occurrences of characaters like é, è, ê etc ... by their corresponding htmlentities. To do that, i use the following command: %s/é/\eacute;/g The problem with that command is that i have to do that for all characters. I was wandering if there's a way to do it with