ZyX
|
a429235b6d
|
message,strings: Move vim_*printf functions to strings.c
Allows eval/typval.h to #include message.h.
|
2017-02-14 00:53:03 +03:00 |
|
Felipe Morales
|
86330fdd3f
|
vim-patch:7.4.530-531
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
|
2015-04-28 23:08:30 -03:00 |
|
Eliseo Martínez
|
6762f172d7
|
Remove long_u: ex_cmds_defs.h: Refactor long_u.
CommandDefinition.cmd_argt: long_u --> uint32_t.
|
2015-01-19 19:41:27 +01:00 |
|
ZyX
|
b8a32b6603
|
Add const qualifier and explicit length
|
2014-08-20 20:21:37 +04:00 |
|
ZyX
|
3becb5fd21
|
Use lua generator in place of ex_cmds_defs header trick
Closes #788
Fixes #379
Ref #549
|
2014-08-20 20:21:37 +04:00 |
|