http://qiita.com/advent-calendar/2015/vim-script
記念すべき世界初のVim script Advent Calendar記事です。
本記事はたったひとつの大事なことだけ述べます。
:h usr_41
Write a Vim script
The Vim script language is used for the startup vimrc file, syntax files, and many other things. This chapter explains the items that can be used in a Vim script. There are a lot of them, thus this is a long chapter.
とVim作者のBram Moolenaar氏が書かれているように、Vim上で動作するプログラミング言語の名前はVim scriptです。
言い換えると、以下の名前でこれを呼ぶことは誤りです。
- VimScript
- Vimscript
- VimL
これらのような間違った名前で呼ぶことのないよう今後気をつけ、かつ他者を啓蒙していくことが望まれます。
Vim scriptの名前はVim scriptです。
せっかくなんでGitHubのアレにIssue送っておきました。
github-linguist/linguist#2752