| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:7.4.1558 (#5333) | Justin M. Keyes | 2016-09-13 |
| | | | | | | | Problem: It is not easy to find out what windows display a buffer. Solution: Add win_findbuf(). https://github.com/vim/vim/commit/9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f | ||
| * | 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). | |||