<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>vim</anon>
  </categories>
  <description>PC 間で共有して使う Vim script を書いているんですが、次のような関数があれば便利かなーと思い書いてみました。 [ソース] &quot; path にパスを追加する function! s:add_path(path) if isdirectory(a:path) execute &quot;set path+=&quot;.a:path endif endfunction &quot; あとは関数を介して path を追加する call s:add_path($BOOST_LATEST_ROOT) call s:add_path($PSTADE_1_03_4) &quot; ... ここら辺の設定は叩けばいっぱい出てきそう。 と…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20120322%2F1332408593&quot; title=&quot;環境変数を path に追加する - C++でゲームプログラミング&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>2012-03-22 18:29:53</published>
  <title>環境変数を path に追加する</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20120322/1332408593</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
