How can I include the period (.) in Vim's search and replace command? (replacing .html extensions)?
        Posted  
        
            by janoChen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by janoChen
        
        
        
        Published on 2010-04-30T13:14:57Z
        Indexed on 
            2010/04/30
            13:17 UTC
        
        
        Read the original article
        Hit count: 183
        
When I do: /.html Vim looks for html
I would like to replace all the .html with .php
Something like this: :%s/html ext/php ext/g
© Stack Overflow or respective owner