Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auevents.lua: keep events in alphabetical order | Justin M. Keyes | 2018-10-22 |
| | |||
* | 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 | ||
* | 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). | ||
* | release.sh: Touch NVIM_VERSION_PATCH, show obnoxious message. | Justin M. Keyes | 2016-08-22 |
| | | | | git-log-pretty-since.sh: fix bug | ||
* | fixup! genvimvim.lua: fix matching functions | Daniel Hahler | 2016-07-14 |
| | |||
* | genvimvim.lua: fix matching functions | Daniel Hahler | 2016-07-13 |
| | | | | Fixes https://github.com/neovim/neovim/issues/5060. | ||
* | syntax: Exclude deprecated options | ZyX | 2015-07-26 |
| | | | | Excluded options (compatible, edcompatible and ttyfast) are listed in vimOnlyOption group. | ||
* | syntax: List NeoVim-specific autocmd events | ZyX | 2015-07-26 |
| | | | | Note: list was copied from master (7a6bf3f418c5ad94ac2ac71f21275a87d08e87b9). I did not add more events there. | ||
* | scripts: Add script which is able to generate part of vim.vim file | ZyX | 2015-07-26 |