<?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 Advent Calendar 2013 62日目の記事になります。 さて、Vim script を書いていると『コメント内は処理したくない』みたいな事を行いたいと思うことがあります。 そういう場合は次のように synID() を利用すると簡単に実装する事ができます。 [ソース] function! s:is_comment(line, col) return synIDattr(synIDtrans(synID(a:line, a:col, 1)), 'name') ==# &quot;Comment&quot; endfunction &quot; カーソルの位置がコメントかどうかを判定する ech…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20140131%2F1391180483&quot; title=&quot;VAC 2013 62日目: バッファの任意の位置がコメントかどうかを判定する - 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>2014-01-31 00:01:23</published>
  <title>VAC 2013 62日目: バッファの任意の位置がコメントかどうかを判定する</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20140131/1391180483</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
