How to add a piece of code in the same pace in all the files within a folder in Vim?

Posted by janoChen on Stack Overflow See other posts from Stack Overflow or by janoChen
Published on 2010-04-17T07:57:03Z Indexed on 2010/04/17 8:03 UTC
Read the original article Hit count: 215

Filed under:

I want to add this code:

<link rel="stylesheet" type="text/css" href="css/global.css" />
<!--[if lt IE 8]>
    <link rel="stylesheet" type="text/css" href="css/iehacks.css" />
<![endif]-->

to all the files in a folder right before the </head> tag

© Stack Overflow or respective owner

Related posts about vim