Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created November 30, 2015 20:23
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ujihisa/128a90a5555b77a21958 to your computer and use it in GitHub Desktop.
Save ujihisa/128a90a5555b77a21958 to your computer and use it in GitHub Desktop.

http://qiita.com/advent-calendar/2015/vim-script

Vim script Advent Calendar 2015

記念すべき世界初のVim script Advent Calendar記事です。

本記事はたったひとつの大事なことだけ述べます。

Vim scriptとは

: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です。

@igrep
Copy link

igrep commented Dec 1, 2015

せっかくなんでGitHubのアレにIssue送っておきました。
github-linguist/linguist#2752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment