File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- # VimL Parsers
1
+ # Vim script parsers
2
2
3
3
[ ![ 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 )
4
4
5
- This is Vim script ( a.k.a. VimL) parsers.
5
+ This is Vim script language ( [ a.k.a. VimL] ( #about-project-name ) ) parsers.
6
6
7
7
## Features
8
8
@@ -36,3 +36,8 @@ This above code output following.
36
36
```
37
37
(let = s:message (printf "hello %d" (+ 1 (* 2 3))))
38
38
```
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.
You can’t perform that action at this time.
0 commit comments