<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: gvim code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 00:30:39 GMT</pubDate>
    <description>DZone Snippets: gvim code</description>
    <item>
      <title>vim configuration - graphics mode</title>
      <link>http://snippets.dzone.com/posts/show/1987</link>
      <description>This is my .gvim rc, the configuration file for gvim, vim's graphics mode. vim is "vi improved", a vi clone and so much more.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;set guifont=Monospace\ 11&lt;br /&gt;&lt;br /&gt;" Overrides settings in vim's configuration. I prefer minimal colour.&lt;br /&gt;&lt;br /&gt;hi Normal			guifg=Black		guibg=White&lt;br /&gt;hi NonText			guifg=Black		guibg=White&lt;br /&gt;hi Comment	gui=none	guifg=DarkGray&lt;br /&gt;hi Constant	gui=none	guifg=Magenta&lt;br /&gt;hi Identifier	gui=none	guifg=DarkGreen&lt;br /&gt;hi Statement	gui=none	guifg=Blue&lt;br /&gt;hi PreProc	gui=none	guifg=Blue&lt;br /&gt;hi Type		gui=none	guifg=Blue&lt;br /&gt;hi Special	gui=none	guifg=DarkGreen&lt;br /&gt;hi Ignore	gui=none	guifg=DarkGreen&lt;br /&gt;hi Error	gui=none	guifg=DarkGreen&lt;br /&gt;hi Todo		gui=none	guifg=DarkGreen&lt;br /&gt;hi Cursor	gui=none	guifg=White		guibg=Black&lt;br /&gt;&lt;br /&gt;autocmd GUIEnter * winpos 66 28&lt;br /&gt;autocmd GUIEnter * winsize 80 45&lt;br /&gt;&lt;br /&gt;" What is this menu for? No documentation, something to do with 'C'&lt;br /&gt;" or C++ perhaps? Dunno, but I don't want it.&lt;br /&gt;&lt;br /&gt;aunmenu Bicycle\ Repair\ Man&lt;br /&gt;&lt;br /&gt;" If I have Python, create a dummy project menu and exececute the&lt;br /&gt;" vimproject script.&lt;br /&gt;&lt;br /&gt;if has ("python")&lt;br /&gt;    if filereadable ("/home/mrw/bin/vimproject.py")&lt;br /&gt;	amenu Project.Dummy dummy&lt;br /&gt;	pyfile /home/mrw/bin/vimproject.py&lt;br /&gt;    endif&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 06 May 2006 02:13:27 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1987</guid>
      <author>mikewilsonuk (Mike Wilson)</author>
    </item>
  </channel>
</rss>
