<?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>例えば、vimshell や unite.vim などといったファイルが存在しないバッファの削除を行います。 [ソース] function! s:delete_no_file_buffer() let list = filter(range(1, bufnr(&quot;$&quot;)), \ 'bufexists(v:val) &amp;&amp; !filereadable(expand(&quot;#&quot;.v:val.&quot;:p&quot;))' \ ) for v in list execute &quot;bw &quot;.v endfor endfunction command! -bar DeleteNoFileBuffer :call s:delete_…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20120118%2F1326838173&quot; title=&quot;Vim でファイルが存在しないバッファの削除 - 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-01-18 07:09:33</published>
  <title>Vim でファイルが存在しないバッファの削除</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20120118/1326838173</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
