<?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/ru/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>ru-RU</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/ru/solutions/e575-viminfo-illegal-starting-char-in-line-e14.html</link>
		<comments>http://howtobsd.com/ru/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/ru/?p=484</guid>
		<description><![CDATA[Появляется следущая ошибка при каждом запуске vim (попытке открыть\сохранить файл при помощи редактора vim): E575: viminfo: Illegal starting char in line: ^E14 Решение проблемы: удалить в домашней папке файл ~/.viminfo: rm ~/.viminfo Можете не беспокоиться о необходимости этого файла &#8211; это файл истории редактора и он восстановится автоматически.]]></description>
				<content:encoded><![CDATA[<p>Появляется следущая ошибка при каждом запуске vim (попытке открыть\сохранить файл при помощи редактора vim):<br />
<code>E575: viminfo: Illegal starting char in line:  ^E14</code></p>
<p>Решение проблемы:  удалить в домашней папке файл ~/.viminfo:</p>
<p><code>rm ~/.viminfo</code></p>
<p>Можете не беспокоиться о необходимости этого файла &#8211; это файл истории редактора и он восстановится автоматически.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/ru/solutions/e575-viminfo-illegal-starting-char-in-line-e14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim &#8211; удалить пустые строки</title>
		<link>http://howtobsd.com/ru/tips/vim-howto-delete-blank-lines.html</link>
		<comments>http://howtobsd.com/ru/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/ru/?p=136</guid>
		<description><![CDATA[Для того, чтобы удалить пустые строки в vim используйте: :g/^\s*$/d]]></description>
				<content:encoded><![CDATA[<p>Для того, чтобы удалить пустые строки в vim используйте:</p>
<p><code>:g/^\s*$/d</code></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/ru/tips/vim-howto-delete-blank-lines.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
