<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>おれ最前線ねっと &#187; Editor</title>
	<atom:link href="http://ore.saizensen.net/archives/category/editor/feed" rel="self" type="application/rss+xml" />
	<link>http://ore.saizensen.net</link>
	<description>イェ〜〜ィ。見てる〜〜〜？？</description>
	<lastBuildDate>Tue, 12 Jul 2011 06:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/category/editor/feed" />
		<item>
		<title>[Vim]VimScriptを自動アップデートする。</title>
		<link>http://ore.saizensen.net/archives/69</link>
		<comments>http://ore.saizensen.net/archives/69#comments</comments>
		<pubDate>Thu, 17 Apr 2008 03:49:31 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[Editor]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/archives/69</guid>
		<description><![CDATA[GetLatestVimScripts (以下 GLVS) は、インストールしている Vim スクリプトを自動アップデートしてくれるコマンドです。 GLVS は Vim 7 から使用可能なようです。 有効にするには ~/ [...]]]></description>
			<content:encoded><![CDATA[				<p><strong>GetLatestVimScripts </strong>(以下 GLVS) は、インストールしている Vim スクリプトを自動アップデートしてくれるコマンドです。</p>
				<p>GLVS は Vim 7 から使用可能なようです。<br />
				有効にするには ~/.vim/GetLatest/GetLatestVimScripts.dat というファイルを作成する。<br />
				中身を下記のようにしてください。</p>
				<pre>
ScriptID  SourceID  Filename
-----
</pre>
				<p>あとは Vimで</p>
				<pre>:GLVS</pre>
<p>とすると GLVS に対応したスクリプト (rails.vim など) が更新される。</p>
<p>GLVS非対応のスクリプトを自動更新するには、<br />
以下の条件に該当するスクリプトなら更新対象にできます。</p>
<ol>
<li><a href="http://www.vim.org/">vim online</a> にアップロードされている</li>
<li>特定のファイル構成になっている (後述)</li>
</ol>
<p>例えば、autocomplpop.vimを更新対象にする場合は、GetLatestVimScripts.datに下記の様に加える。</p>
<pre>
1879 1 :AutoInstall: autocomplpop.vim
</pre>
				<p>左から順に</p>
				<p><strong>Script ID</strong><br />
				    スクリプトを識別する ID。vim online の配布ページ (<a href="http://www.vim.org/scripts/script.php?script_id=1879">http://www.vim.org/scripts/script.php?script_id=1879</a>) の URL にくっついてるやつです。<br />
				<strong>Source ID</strong><br />
				    スクリプトのバージョンごとに付けられる ID。とりあえず 1 にしておけば OK です (勝手に更新される)。0 にすると無視されるので注意。<strong><br />
				AutoInstall</strong><br />
				    これを書いておくとファイルのダウンロードだけでなく、インストールまでやってくれます。<strong><br />
				Filename</strong><br />
				    ここで指定したファイル名の拡張子によって AutoInstall の動作が変わります。実際のファイル名と一致している必要はありません。 </p>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/69/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/69" />
	</item>
	</channel>
</rss>

