<?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>ファイルをタブで開く時に『既にファイルが開いているならがあるなら新規タブを作らないでそっちに移動して欲しい』って事は結構あると思います。 Vim では :tab drop {file} というコマンドで『既にファイルが開いていたらそこに移動して、なければ新しいタブで開く』といった事が出来ます。 これを unite-action に追加してみました。 [ソース] &quot; tab drop let action = { \ 'description' : 'tab drop', \ 'is_selectable' : 1, \ } function! action.func(candidates)&quot;{…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20111226%2F1324827621&quot; title=&quot;unite-action に tab drop コマンドを追加する - 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>2011-12-26 00:40:21</published>
  <title>unite-action に tab drop コマンドを追加する</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20111226/1324827621</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
