0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:24:36 -04:00

updated for version 7.4.584

Problem:    With tiny features test_command_count may fail.
Solution:   Source small.vim. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar 2015-01-20 12:39:39 +01:00
parent ff13610d7b
commit ff8a75dab7
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Test for user command counts vim: set ft=vim :
STARTTEST
:so tiny.vim
:so small.vim
:let g:lines = []
:com -range=% RangeLines :call add(g:lines, 'RangeLines '.<line1>.' '.<line2>)
:com -range -addr=arguments RangeArguments :call add(g:lines, 'RangeArguments '.<line1>.' '.<line2>)

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
584,
/**/
583,
/**/