| ragtag.vim : A set of mappings for HTML, XML, PHP, ASP, eRuby, JSP, and more (formerly allml) 
 
 
  | script karma | Rating 190/84,
    Downloaded by 9237 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Tim Pope |  |  |  | script type |  | utility |  |  |  | description |  | This plugin started out as a set of personal mappings, but there was enough enjoyment among those I shared it with for me to clean it up and release it. 
 Features:
 
 While there are several HTML and XML scripts on vim.org, I have found none that share a significant amount of functionality with allml.vim.
 
 A huge variety of filetypes are supported:  html, xhtml, wml, xml, xslt, xsd, jsp, php, aspperl, aspvbs, cf, mason, htmldjango, and eruby.  (Let me know if I missed any).  Some features take note of the filetype and adapt to it.
 
 Maps for editing tags are provided.  This includes a couple of "make last word into a tag pair" maps, a doctype map (inserts <?xml ...?> in XML), a "close last tag" map, and a few extra goodies.
 
 For templating languages (ASP, PHP, etc.), there are maps for inserting template code.  The maps are dependent on the filetype: in ASP, you get <% %> and <%= %>, in PHP, <?php ?> and <?php print ?>, etc.  If said template language has a comment syntax, there is a map for it, otherwise, that map points to <!-- -->.
 
 Maps for XML/HTML escaping and URL encoding have been moved to unimpaired.vim, vimscript #1590.
 
 Enhances surround.vim, vimscript #1697.
 
 http://github.com/tpope/vim-ragtag
 |  |  |  | install details |  | Extract in ~/.vim or ~\vimfiles (Windows).  If you want a few general purpose mappings available globally, add the following to your vimrc: 
 let g:ragtag_global_maps = 1
 
 |  |  |  
Click on the package to download.
 
 
ip used for rating: 142.132.191.50
        | ragtag.zip | 2.0 | 2010-02-08 | 6.0 | Tim Pope | Rename from allml.vim to ragtag.vim. Real documentation file.
 Remove HTML/URL encoding in favor of using unimpaired.vim, vimscript #1590.
 |  
        | allml.vim | 1.11 | 2007-07-16 | 6.0 | Tim Pope | Insert mode HTML/XML and URL escaping. Clarified documentation and license.
 |  
        | allml.vim | 1.8 | 2007-05-12 | 6.0 | Tim Pope | Initial upload |  |