<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HowToBSD &#187; vim</title>
	<atom:link href="http://howtobsd.com/tag/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>E575: viminfo: Illegal starting char in line:  ^E14</title>
		<link>http://howtobsd.com/solutions/e575-viminfo-illegal-starting-char-in-line-e14.html</link>
		<comments>http://howtobsd.com/solutions/e575-viminfo-illegal-starting-char-in-line-e14.html#comments</comments>
		<pubDate>Sun, 02 Oct 2011 21:31:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[problems & solutions]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=484</guid>
		<description><![CDATA[This error appearing when you start vim (or try to open\save file using vim editor): E575: viminfo: Illegal starting char in line: ^E14 Solution is: delete ifrom the home directory file ~/.viminfo: rm ~/.viminfo Do not worry &#8211; it is just file of history and can be deleted.]]></description>
				<content:encoded><![CDATA[<p>This error appearing when you start vim (or try to open\save file using vim editor):<br />
<code>E575: viminfo: Illegal starting char in line:  ^E14</code></p>
<p>Solution is:  delete ifrom the home directory file  ~/.viminfo:</p>
<p><code>rm ~/.viminfo</code></p>
<p>Do not worry &#8211; it is just file of history and can be deleted.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/solutions/e575-viminfo-illegal-starting-char-in-line-e14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim &#8211; howto delete blank lines</title>
		<link>http://howtobsd.com/tips/vim-howto-delete-blank-lines.html</link>
		<comments>http://howtobsd.com/tips/vim-howto-delete-blank-lines.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 07:36:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=136</guid>
		<description><![CDATA[You can use :g/^\s*$/d in the vim redactor for cleaning file from blank lines]]></description>
				<content:encoded><![CDATA[<p>You can use :g/^\s*$/d in the vim redactor for cleaning file from blank lines </p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/tips/vim-howto-delete-blank-lines.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
