Mercurial > vim
changeset 6514:79b3d83592c5 v7.4.584
updated for version 7.4.584
Problem: With tiny features test_command_count may fail.
Solution: Source small.vim. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 20 Jan 2015 12:39:39 +0100 |
parents | 575dde02e1d7 |
children | 0b114f2476f9 |
files | src/testdir/test_command_count.in src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/testdir/test_command_count.in +++ b/src/testdir/test_command_count.in @@ -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>)