<?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>
    <anon>VimScript</anon>
  </categories>
  <description>バッファを切り替える際に、すでにウィンドウが開いているならば、スキップして切り替えるとかそんな感じ。 複数ウィンドウを開いている状態で、:bnext で切り替えると、すでに開いているウィンドウも切り替えるのでちょっと無駄かなーと。 Quickfix とか、切り替えなくていいんですよ！ [コード] &quot; バッファへ移動処理 function! s:rotate(list, middle) let l:index = index(a:list, a:middle) if l:index &lt;= 0 return a:list endif let l:result = [] for value in a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20110713%2F1310514170&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>2011-07-13 08:42:50</published>
  <title>Vim で開いているウィンドウをスキップしながらバッファを切り替える</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20110713/1310514170</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
