| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | eval: use gperf to generate the hash of builtin functions | Björn Linse | 2016-08-31 |
| | | | | | make api functions highlighted as builtins in vim.vim | ||
| * | api: auto generate api function wrappers for viml | Björn Linse | 2016-08-31 |
| | | |||
| * | eval: add new function entries | Björn Linse | 2016-08-31 |
| | | |||
| * | eval: Move VimL functions list to a lua file | ZyX | 2016-08-31 |
| Removes all kinds of problems with sorting, provides a ready-to-use function list representation for genvimvim.lua, does not require specifying function name twice (VimL function name (string) + f_ function name). | |||