<?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>clang</anon>
  </categories>
  <description>clang_complete で insert 時に するとマッピングによってはエラーが出る場合があるみたいです。 原因はここら辺ぽい。 特に neocomplcache を使用していると inoremap &lt;expr&gt;&lt;CR&gt; neocomplcache#close_popup() . &quot;\&lt;CR&gt;&quot; とマッピングしている人がいると思うので、この場合はエラーになります。 [回避方法] 消極的な回避方法ですが、insert 時にマッピングを上書きする事で回避する事が出来ます。 autocmd InsertEnter * :inoremap &lt;expr&gt;&lt;buffer&gt; &lt;CR&gt; neocomp…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20120527%2F1338080615&quot; title=&quot;最新の clang_complete で insert 時に  するとエラーになる - 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-05-27 10:03:35</published>
  <title>最新の clang_complete で insert 時に  するとエラーになる</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20120527/1338080615</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
