tadded folds for better code view in vim - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 370abc6214d8728b261fc073f495eec120325500
(DIR) parent 2143589d3703ac5fa2a98a651b5458588a03cfa9
(HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Fri, 9 Aug 2013 00:03:44 +0200
added folds for better code view in vim
Diffstat:
M 2013/08/test-your-css.html | 4 +++-
M about.html | 4 +++-
M foot.template | 2 ++
M index.html | 2 ++
4 files changed, 10 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/2013/08/test-your-css.html b/2013/08/test-your-css.html
t@@ -105,10 +105,12 @@ main (<span class="Type">int</span> argc, <span class="Type">char</span> **argv)
</section>
</div>
<div id='blank'></div>
+ <!-- Footer {{{ -->
<footer>
© 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
— contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
+ <!-- }}} -->
</body>
</html>
-<!-- vim: set sw=2 et ai: -->
+<!-- vim: set sw=2 et ai fdm=marker: -->
(DIR) diff --git a/about.html b/about.html
t@@ -61,10 +61,12 @@
</section>
</div>
<div id='blank'></div>
+ <!-- Footer {{{ -->
<footer>
© 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
— contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
+ <!-- }}} -->
</body>
</html>
-<!-- vim: set sw=2 et ai: -->
+<!-- vim: set sw=2 et ai fdm=marker: -->
(DIR) diff --git a/foot.template b/foot.template
t@@ -1,8 +1,10 @@
<div id='blank'></div>
+ <!-- Footer {{{ -->
<footer>
© 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
— contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
+ <!-- }}} -->
</body>
</html>
<!-- vim: set sw=2 et ai fdm=marker: -->
(DIR) diff --git a/index.html b/index.html
t@@ -30,10 +30,12 @@
</section>
</div>
<div id='blank'></div>
+ <!-- Footer {{{ -->
<footer>
© 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
— contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
+ <!-- }}} -->
</body>
</html>
<!-- vim: set sw=2 et ai fdm=marker: -->