<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Changing settings / options based on filetype in Vim</title>
	<atom:link href="http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/</link>
	<description>Vim... and stuff</description>
	<lastBuildDate>Sat, 11 May 2013 19:29:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-491</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Fri, 04 Dec 2009 11:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-491</guid>
		<description><![CDATA[Hey Anand,

I think you&#039;ve probably got &#039;wildmode&#039; set to &#039;list&#039; and you might want to set it to &#039;full&#039; or something like that.  Check the help on &#039;wildmode&#039; for more info on what you can set it to.  I have it set to &#039;full&#039; myself, but nor have I really experimented with it either :)

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hey Anand,</p>
<p>I think you&#8217;ve probably got &#8216;wildmode&#8217; set to &#8216;list&#8217; and you might want to set it to &#8216;full&#8217; or something like that.  Check the help on &#8216;wildmode&#8217; for more info on what you can set it to.  I have it set to &#8216;full&#8217; myself, but nor have I really experimented with it either :)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand Sharma</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-483</link>
		<dc:creator>Anand Sharma</dc:creator>
		<pubDate>Wed, 02 Dec 2009 23:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-483</guid>
		<description><![CDATA[Here&#039;s a message I posted on one of your VoDs on Vimeo, but since I am not sure if you get any notification from that I am reposting this here:


Derek:

A huge fan of your work. Excellent job and keep it coming. However, I do have a question. And yes, I am a new convert to the idea of using Vim as *the* editor for my hacking needs. Don&#039;t ask me what I have been using all this time. You&#039;ll be decidedly unimpressed.

Anyways, so all jokes aside, how are you getting the rather spiffy looking effect when you tab through the options. I have the xoria256 colorscheme turned on, I also have wildmenu set, but when I say
:set wild
i get a rather unimpressive looking new line with all the options as opposed to what you have which is basically overwriting the status line and highlighting the first entry with a yellow background.

Thx for all your help and your inputs are much appreciated
]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a message I posted on one of your VoDs on Vimeo, but since I am not sure if you get any notification from that I am reposting this here:</p>
<p>Derek:</p>
<p>A huge fan of your work. Excellent job and keep it coming. However, I do have a question. And yes, I am a new convert to the idea of using Vim as *the* editor for my hacking needs. Don&#8217;t ask me what I have been using all this time. You&#8217;ll be decidedly unimpressed.</p>
<p>Anyways, so all jokes aside, how are you getting the rather spiffy looking effect when you tab through the options. I have the xoria256 colorscheme turned on, I also have wildmenu set, but when I say<br />
:set wild<br />
i get a rather unimpressive looking new line with all the options as opposed to what you have which is basically overwriting the status line and highlighting the first entry with a yellow background.</p>
<p>Thx for all your help and your inputs are much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-394</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-394</guid>
		<description><![CDATA[I think the ftplugin settings done with &#039;set&#039; are applied to all *new* opened buffers. I tried the following: 
I did a &#039;set spell&#039; in my /ftplugin/tex.vim and opened a new tex file. All buffers (regardless which filetype) opened after that had activated spellchecking (which is usually deactivated in my setup).]]></description>
		<content:encoded><![CDATA[<p>I think the ftplugin settings done with &#8216;set&#8217; are applied to all *new* opened buffers. I tried the following:<br />
I did a &#8216;set spell&#8217; in my /ftplugin/tex.vim and opened a new tex file. All buffers (regardless which filetype) opened after that had activated spellchecking (which is usually deactivated in my setup).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-393</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Fri, 06 Nov 2009 14:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-393</guid>
		<description><![CDATA[Interesting. Now that I actually read the docs (I guess I tend to foolishly &quot;skim&quot; with that air of &#039;I know what&#039;s in this doc already&#039; :)) I see that setlocal all over the place.  I did try it out though and the standard &quot;set&quot; played as a buffer local setting. I tried it with a Java filetype and set complete+=i and was only set for that buffer.

But regardless of that I believe you&#039;re correct and I should use setlocal.  Thanks for the enlightenment. ]]></description>
		<content:encoded><![CDATA[<p>Interesting. Now that I actually read the docs (I guess I tend to foolishly &#8220;skim&#8221; with that air of &#8216;I know what&#8217;s in this doc already&#8217; :)) I see that setlocal all over the place.  I did try it out though and the standard &#8220;set&#8221; played as a buffer local setting. I tried it with a Java filetype and set complete+=i and was only set for that buffer.</p>
<p>But regardless of that I believe you&#8217;re correct and I should use setlocal.  Thanks for the enlightenment. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-391</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 06 Nov 2009 00:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-391</guid>
		<description><![CDATA[Yes, that&#039;s what it&#039;s meant to be. But that is only true if you use the proper &#039;buffer only&#039; commands. See :h ftplugin-special
I&#039;m not sure if I understand that right but that&#039;s how I interpret that :)]]></description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s what it&#8217;s meant to be. But that is only true if you use the proper &#8216;buffer only&#8217; commands. See :h ftplugin-special<br />
I&#8217;m not sure if I understand that right but that&#8217;s how I interpret that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-389</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-389</guid>
		<description><![CDATA[I believe that you get that for free. Filetype files make buffer local modifications. ]]></description>
		<content:encoded><![CDATA[<p>I believe that you get that for free. Filetype files make buffer local modifications. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-388</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 05 Nov 2009 16:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-388</guid>
		<description><![CDATA[I think you should use setlocal commands in the ftplugin-files as well. Otherwise the settings will apply to all (new) buffers even if they are not of that filetype.

Keep up the good tips - I&#039;m looking forward to your next video :)]]></description>
		<content:encoded><![CDATA[<p>I think you should use setlocal commands in the ftplugin-files as well. Otherwise the settings will apply to all (new) buffers even if they are not of that filetype.</p>
<p>Keep up the good tips &#8211; I&#8217;m looking forward to your next video :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.m</title>
		<link>http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/comment-page-1/#comment-312</link>
		<dc:creator>d.m</dc:creator>
		<pubDate>Mon, 02 Nov 2009 15:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/11/01/changing-settings-options-based-on-filetype-in-vim/#comment-312</guid>
		<description><![CDATA[If you want several files to be sourced for one filetype, you can
* create folders like ftplugin/perl or ftplugin/html and put your *.vim files in there
* or alternatively you can create files like ftplugin/perl_indent.vim, ftplugin/perl_outdent.vim, ftplugin/perl_rocks_da_party.vim etc.]]></description>
		<content:encoded><![CDATA[<p>If you want several files to be sourced for one filetype, you can<br />
* create folders like ftplugin/perl or ftplugin/html and put your *.vim files in there<br />
* or alternatively you can create files like ftplugin/perl_indent.vim, ftplugin/perl_outdent.vim, ftplugin/perl_rocks_da_party.vim etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
