<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - yuconner</title>
<link>http://snipplr.com/users/yuconner/language/other/tags/linux</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Nov 2008 18:23:50 GMT</pubDate>
<item>
<title>(Other) Easy (un)commenting out of source code with vi editor</title>
<link>http://snipplr.com/view/871/easy-uncommenting-out-of-source-code-with-vi-editor/</link>
<description><![CDATA[ <p>#Put into your .vimrc file
#The commands to comment a selection of text are as follows, begining with begining-of-line comments:

    ,#    shell, perl, etc
    ,/     c  
    ,>    email quote
    ,"     vim
    ,%    latex, prolog
    ,!      assembly?... add single !
    ,;      scheme
    ,-      don't remember this one... add --
    ,c     clears any of the previous comments

Here are the wrapping comments, each line wrapped individually:

    ,*      c
    ,(       Standard ML
    ,<      html
    ,d      clears any of the wrapping comments</p> ]]></description>
<pubDate>Mon, 21 Aug 2006 00:21:47 GMT</pubDate>
<guid>http://snipplr.com/view/871/easy-uncommenting-out-of-source-code-with-vi-editor/</guid>
</item>
</channel>
</rss>