Skip to content

Commit 81691a7

Browse files
authored
Merge pull request vim-jp#78 from vim-jp/about-project-name
note for "VimL" wording in project name
2 parents ae76039 + f0cf638 commit 81691a7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.mkd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# VimL Parsers
1+
# Vim script parsers
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 a name "VimL" is not the common short form of "Vim scripting language".
43+
But we choice "VimL" for historical and practical reasons and compatibility.

0 commit comments

Comments
 (0)