]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.565 v7.4.565
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Jan 2015 14:57:17 +0000 (15:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Jan 2015 14:57:17 +0000 (15:57 +0100)
commit3ffc79a4a82918430940bfaa18f4da058fdbd0ca
tree23f835e3a04e947649932304913b06ddb6c09cae
parent49a6ed8a8a5fa471bf99f8d068e7cb994c2af163
updated for version 7.4.565
Problem:    Ranges for arguments, buffers, tabs, etc. are not checked to be
            valid but limited to the maximum.  This can cause the wrong thing
            to happen.
Solution:   Give an error for an invalid value. (Marcin Szamotulski)
            Use windows range for ":wincmd".
src/ex_cmds.h
src/ex_docmd.c
src/testdir/test62.in
src/testdir/test_argument_count.in
src/testdir/test_argument_count.ok
src/testdir/test_close_count.in
src/testdir/test_command_count.in
src/testdir/test_command_count.ok
src/version.c