]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.677 v7.3.677
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2012 16:25:00 +0000 (18:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2012 16:25:00 +0000 (18:25 +0200)
commite1704bada4554f4edc95ac6be50144dd7b95332b
treea9e9a1fd34a6ed5ba126b8dfc4ecd45dfedff394
parentb213da0b5742c6615837436ef4f75a416a534f06
updated for version 7.3.677
Problem:    buf_spname() is used inconsistently.
Solution:   Make the return type a char_u pointer.  Check the size of the
            returned string.
src/buffer.c
src/ex_cmds2.c
src/ex_docmd.c
src/memline.c
src/proto/buffer.pro
src/screen.c
src/version.c