]> granicus.if.org Git - vim/commit
updated for version 7.3.094 v7.3.094
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2010 13:57:08 +0000 (14:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2010 13:57:08 +0000 (14:57 +0100)
commit7eb4652e745b44fdbf618210395f1b8be4d3f7e9
tree4f25476dd57c65f84306072858bc3c23e02381fd
parentb0d3f878a4b78110fb7b0f962c9ae61d0fc6a017
updated for version 7.3.094
Problem:    Using abs() requires type cast to int.
Solution:   Use labs() so that the value remains long. (Hong Xu)
src/screen.c
src/version.c