<?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: Config files for the Windows version of VIM</title>
	<atom:link href="http://www.davidcraddock.net/2010/01/10/config-files-for-the-windows-version-of-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidcraddock.net/2010/01/10/config-files-for-the-windows-version-of-vim/</link>
	<description>My Technology Site</description>
	<lastBuildDate>Thu, 08 Dec 2011 20:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Henry</title>
		<link>http://www.davidcraddock.net/2010/01/10/config-files-for-the-windows-version-of-vim/comment-page-1/#comment-13815</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Fri, 31 Dec 2010 11:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/?p=331#comment-13815</guid>
		<description>I&#039;m using Windows7 with gvim 7.3. 

As I understand it, editing the _vimrc file is the way to add keymap commands yet it ignores such commands. Eg:

noremap           :!C:\Development\Flash\FLEX\bin\mxmlc.exe %

autocmd BufRead *.as set filetype=actionscript 

These are not being read (with or without a preceding colon) though they work from the command line (within vim)

Where do they need to go?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Windows7 with gvim 7.3. </p>
<p>As I understand it, editing the _vimrc file is the way to add keymap commands yet it ignores such commands. Eg:</p>
<p>noremap           :!C:\Development\Flash\FLEX\bin\mxmlc.exe %</p>
<p>autocmd BufRead *.as set filetype=actionscript </p>
<p>These are not being read (with or without a preceding colon) though they work from the command line (within vim)</p>
<p>Where do they need to go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helpful Windows User</title>
		<link>http://www.davidcraddock.net/2010/01/10/config-files-for-the-windows-version-of-vim/comment-page-1/#comment-13805</link>
		<dc:creator>Helpful Windows User</dc:creator>
		<pubDate>Tue, 27 Jul 2010 11:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcraddock.net/?p=331#comment-13805</guid>
		<description>Your Vim is installed in the wrong place. That&#039;s why the global config cannot be found.

The default location on Windows is &#039;C:\Program Files\Vim\vim72&#039; (with an additional &#039;Vim&#039; directory); then Vim looks for the global config in its parent directory, i.e. &#039;c:\Program Files\Vim&#039;. You can also add system-wide plugins, dictionaries and other stuff into &#039;c:\Program Files\Vim\vimfiles&#039; without polluting your actual installation, so you can update it without having to remember which files you added or changed.

This works in Windows 7 (64 bit with 64 bit Vim) as well as in Windows XP (no Vista here, so I can&#039;t tell).

Also it wasn&#039;t necessary to set the HOME environment variable. Vim&#039;s default is to use %USERPROFILE% (or %HOMEPATH%, I&#039;m not sure if there are cases where they can differ; in your case &#039;c:\users\dave&#039;) and to map it to $HOME.

By the way: Starting the config files with an underscore instead of a dot is optional and only used for user-convenience. &#039;.vimrc&#039; is a perfectly acceptable file name. At least in Windows 7 you can even create (or rename) a file with a name starting with a dot. But even if this doesn&#039;t work in XP or Vista, you can still create such files from the command line or from within Vim (which you will most likely use anyway if you&#039;re creating &#039;.vimrc&#039;).</description>
		<content:encoded><![CDATA[<p>Your Vim is installed in the wrong place. That&#8217;s why the global config cannot be found.</p>
<p>The default location on Windows is &#8216;C:\Program Files\Vim\vim72&#8242; (with an additional &#8216;Vim&#8217; directory); then Vim looks for the global config in its parent directory, i.e. &#8216;c:\Program Files\Vim&#8217;. You can also add system-wide plugins, dictionaries and other stuff into &#8216;c:\Program Files\Vim\vimfiles&#8217; without polluting your actual installation, so you can update it without having to remember which files you added or changed.</p>
<p>This works in Windows 7 (64 bit with 64 bit Vim) as well as in Windows XP (no Vista here, so I can&#8217;t tell).</p>
<p>Also it wasn&#8217;t necessary to set the HOME environment variable. Vim&#8217;s default is to use %USERPROFILE% (or %HOMEPATH%, I&#8217;m not sure if there are cases where they can differ; in your case &#8216;c:\users\dave&#8217;) and to map it to $HOME.</p>
<p>By the way: Starting the config files with an underscore instead of a dot is optional and only used for user-convenience. &#8216;.vimrc&#8217; is a perfectly acceptable file name. At least in Windows 7 you can even create (or rename) a file with a name starting with a dot. But even if this doesn&#8217;t work in XP or Vista, you can still create such files from the command line or from within Vim (which you will most likely use anyway if you&#8217;re creating &#8216;.vimrc&#8217;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

