<?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 script で辞書を定義する場合、次のようにキーを文字列リテラルで定義していました。 let dict = { &quot;one&quot; : 1, &quot;two&quot; : 2, &quot;three&quot; : 3 } echo dict &quot; =&gt; {'one': 1, 'two': 2, 'three': 3} Vim 8.2 では上記のような定義を以下のように定義する事ができます。 &quot; #{ から始めることで `キー名: 値` で定義できる let dict = #{ one: 1, two: 2, three: 3 } echo dict &quot; =&gt; {'one': 1, 'two': 2, 'three': 3}…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsecret-garden.hatenablog.com%2Fentry%2F2020%2F01%2F05%2F151408&quot; title=&quot;Vim 8.2 で Vim script の辞書のキーの定義が簡略化できるようになった - 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>2020-01-05 15:14:08</published>
  <title>Vim 8.2 で Vim script の辞書のキーの定義が簡略化できるようになった</title>
  <type>rich</type>
  <url>https://secret-garden.hatenablog.com/entry/2020/01/05/151408</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
