<?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 112日目の記事になります。 今回は Vim script でのいくつかの関数の定義方法を紹介します。 [グローバル関数] 関数名にはアルファベットと数値と '_' を使用する事ができます。 また、関数名は大文字のアルファベットから始める必要があります。 &quot; どこからでも呼び出す事ができる関数 function! Func() echo &quot;global function&quot; endfunction ここで定義した関数はどこからでも（コマンドからでも）呼び出すことができます。 [スクリプトローカル関数] スクリプトローカル関数は定義した…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20140322%2F1395500795&quot; title=&quot;Vim Advent Calendar 2013 112日目:Vim script でいろいろな関数の定義方法 - 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-03-22 00:06:35</published>
  <title>Vim Advent Calendar 2013 112日目:Vim script でいろいろな関数の定義方法</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20140322/1395500795</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
