]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.221 v7.3.221
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2011 23:14:29 +0000 (01:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2011 23:14:29 +0000 (01:14 +0200)
commitd44347f1e7791ead2d90b1fda06d9f4e325d912e
treed00df322e29d233a3845b5c12c3973375dc4a073
parent19e609437873594b8b08aaceafbe81ef235044bf
updated for version 7.3.221
Problem:    Text from the clipboard is sometimes handled as linewise, but not
            consistently.
Solution:   Assume the text is linewise when it ends in a CR or NL.
src/gui_gtk_x11.c
src/gui_mac.c
src/ops.c
src/os_msdos.c
src/os_mswin.c
src/os_qnx.c
src/ui.c
src/version.c