We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae76039 + f0cf638 commit 81691a7Copy full SHA for 81691a7
README.mkd
@@ -1,8 +1,8 @@
1
-# VimL Parsers
+# Vim script parsers
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 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