We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae76039 commit ce34236Copy full SHA for ce34236
README.mkd
@@ -2,7 +2,7 @@
2
3
[](https://travis-ci.org/vim-jp/vim-vimlparser) [](https://codecov.io/gh/vim-jp/vim-vimlparser)
4
5
-This is Vim script (a.k.a. VimL) parsers.
+This is Vim script language ([a.k.a. VimL](#about-project-name)) parsers.
6
7
## Features
8
@@ -36,3 +36,8 @@ This above code output following.
36
```
37
(let = s:message (printf "hello %d" (+ 1 (* 2 3))))
38
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