`w inserts \wedge instead of \omega
                
                Brought to you by:
                
                    srinathava,
                    
                
                    tmaas
                    
                
            
            
        
        
        
    According to the manual 'w should insert \omega but instead \wedge is inserted.
This duplicates the mapping '& which inserts \wedge too. 
The problem is located in ftplugin/latex-suite/main.vim on line 112. The correct mapping to \omega is overwritten on the next line.