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:
parent
ff13610d7b
commit
ff8a75dab7
@ -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>)
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
584,
|
||||
/**/
|
||||
583,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user