<?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>mcBachmann.de TechBlog &#187; vim</title>
	<atom:link href="http://blog.mcbachmann.de/tag/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hardkill VIMs Indentation</title>
		<link>http://blog.mcbachmann.de/linux/hardkill-vims-indentation</link>
		<comments>http://blog.mcbachmann.de/linux/hardkill-vims-indentation#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:45:05 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[indentation]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=38</guid>
		<description><![CDATA[Hi there,
I&#8217;m using the ftplugin to switch highlighting, indentation and some other filetype specific settings. Today I just wanted to get rid of the autoindentation feature for HTML files.
Simply putting the following lines in the html specific file didn&#8217;t work, because VIM reset the &#8220;indentexpr&#8221; variable back to default:
setlocal nocindent
setlocal noautoindent
setlocal nosmartindent
setlocal indentexpr=
So I googled [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m using the ftplugin to switch highlighting, indentation and some other filetype specific settings. Today I just wanted to get rid of the autoindentation feature for HTML files.</p>
<p>Simply putting the following lines in the html specific file didn&#8217;t work, because VIM reset the &#8220;indentexpr&#8221; variable back to default:</p>
<blockquote><p>setlocal nocindent<br />
setlocal noautoindent<br />
setlocal nosmartindent<br />
setlocal indentexpr=</p></blockquote>
<p>So I googled around and found some other lines:</p>
<blockquote><p>filetype indent off<br />
filetype plugin indent off </p></blockquote>
<p>After adding these also to the html-file it worked.</p>
<p>Bye<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/hardkill-vims-indentation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[VIM] Tip</title>
		<link>http://blog.mcbachmann.de/linux/vim-tip</link>
		<comments>http://blog.mcbachmann.de/linux/vim-tip#comments</comments>
		<pubDate>Mon, 21 Apr 2008 21:02:23 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=155</guid>
		<description><![CDATA[Hi there,
guess you have a python file, filled up with tabstops and now someone comes in and tells you, that tabstops are uncool and overall indenting should only use 4 spaces.
With vim no problem:

:set tabstop=4
:set expandtab
:retab
Done! Greetings to PhiBo  
Bye
  Sven
]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>guess you have a python file, filled up with tabstops and now someone comes in and tells you, that tabstops are uncool and overall indenting should only use 4 spaces.</p>
<p>With vim no problem:</p>
<blockquote><p>
<code>:set tabstop=4<br />
:set expandtab<br />
:retab</code></p></blockquote>
<p>Done! Greetings to PhiBo <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Bye<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/vim-tip/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
