<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>zsh</anon>
  </categories>
  <description>svnの補完関数を書いてみよう。まずは、ディレクトリ等の準備から。補完関数はfpathに記述されたディレクトリから自動でロードされる。なので、まずfpathに好きなディレクトリを設定する。 # .zshrc fpath=(~/config/fun $fpath) そして、そのディレクトリに_svnという名前のファイルを置く。 #compdef svn colorsvn local expl _description files expl &quot;compressed file&quot; _files &quot;$expl[@]&quot; -g &quot;*.gz&quot; 内容は、gnuzipの補完関数をそのまま写しただけの適当なやつです…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20070429%2Fzsh&quot; title=&quot;svnの補完関数を書こう(1) -準備編- - みずぴー日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-04-29 00:00:01</published>
  <title>svnの補完関数を書こう(1) -準備編-</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20070429/zsh</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
