Skip to content

Commit ce34236

Browse files
committed
note for "VimL" wording in project name
1 parent ae76039 commit ce34236

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.mkd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/vim-jp/vim-vimlparser.svg?branch=master)](https://travis-ci.org/vim-jp/vim-vimlparser) [![codecov](https://codecov.io/gh/vim-jp/vim-vimlparser/branch/master/graph/badge.svg)](https://codecov.io/gh/vim-jp/vim-vimlparser)
44

5-
This is Vim script (a.k.a. VimL) parsers.
5+
This is Vim script language ([a.k.a. VimL](#about-project-name)) parsers.
66

77
## Features
88

@@ -36,3 +36,8 @@ This above code output following.
3636
```
3737
(let = s:message (printf "hello %d" (+ 1 (* 2 3))))
3838
```
39+
40+
## About project name
41+
42+
We know "VimL" is not proper short form of "Vim script language".
43+
But we choice "VimL" for historical and practical reasons and compatibility.

0 commit comments

Comments
 (0)