<?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>Secret Garden(Instrumental)</blog_title>
  <blog_url>https://secret-garden.hatenablog.com/</blog_url>
  <categories>
    <anon>Vim</anon>
  </categories>
  <description>さて、最近（でもないけど） Vim に timer_start() と timer_stop() という組み込みの timer 関数が追加されました。 これは一定時間ごとに処理を呼び出す事ができる関数群です。 function! Test(timer) echo 'Handler called' endfunction &quot; 500ms ごとに Test() 関数を3回呼び出す let timer = timer_start(500, 'Test', {'repeat': 3}) こんな感じでコールバック関数を指定して timer を実現することが出来ます。 また timer_stop() で任…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsecret-garden.hatenablog.com%2Fentry%2F2016%2F06%2F19%2F223245&quot; title=&quot;Vim で timer_stop() を使うときの注意 - Secret Garden(Instrumental)&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>2016-06-19 22:32:45</published>
  <title>Vim で timer_stop() を使うときの注意</title>
  <type>rich</type>
  <url>https://secret-garden.hatenablog.com/entry/2016/06/19/223245</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
