Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -1930/+0 |
| | |||||
* | Regenerate _vimbuiltins.py | Tim Hatch | 2014-10-03 | 1 | -6/+1923 |
| | |||||
* | Make all keyword lists in special modules into tuples. | Georg Brandl | 2014-09-19 | 1 | -3/+3 |
| | | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime. | ||||
* | Fix vim script lexier: highlight 'autocmd' correctly | Hong Xu | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | Split up _vimbuiltins.py for better Jython compat. | Tim Hatch | 2012-08-28 | 1 | -3/+13 |
| | |||||
* | Closes #723: update vim commands. | Georg Brandl | 2012-02-05 | 1 | -3/+3 |
| | |||||
* | [svn] added tim hatch's lexer (forgot about the CHANGELOG entry...) and ↵ | blackbird | 2007-05-28 | 1 | -0/+3 |
updated docs to jinja 1 |