aboutsummaryrefslogtreecommitdiff
path: root/scripts/genex_cmds.lua
Commit message (Collapse)AuthorAge
* vim-patch:7.4.530-531Felipe Morales2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | Specify different kinds of counts for commands. Updated ex commands generator scripts. Includes fixes to comments from patch 7.4.531 Original message: Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski) https://code.google.com/p/vim/source/detail?r=v7-4-530 https://code.google.com/p/vim/source/detail?r=v7-4-531 Add legacy tests for 7.4.530 https://code.google.com/p/vim/source/detail?r=1e6d87a36dcdca231721dde8cbbc26610fb3df27
* Remove long_u: ex_cmds_defs.h: Refactor long_u.Eliseo Martínez2015-01-19
| | | | CommandDefinition.cmd_argt: long_u --> uint32_t.
* Add const qualifier and explicit lengthZyX2014-08-20
|
* Use lua generator in place of ex_cmds_defs header trickZyX2014-08-20
Closes #788 Fixes #379 Ref #549