]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.124 v7.3.124
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Feb 2011 16:39:22 +0000 (17:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Feb 2011 16:39:22 +0000 (17:39 +0100)
commitcab35ad26d2be6da4b3221f6f1a477312b93ea90
treec8221a37b351a130162ebccb398938fa2937d8ca
parentc2b4c62d0b3b25d2bb9bfc1e7e65c431e73ea1df
updated for version 7.3.124
Problem:    When writing a file in binary mode it may be missing the final EOL
            if a file previously read was missing the EOL. (Kevin Goodsell)
Solution:   Move the write_no_eol_lnum into the buffer struct.
src/fileio.c
src/globals.h
src/os_unix.c
src/structs.h
src/version.c