]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.973 v7.4.973
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Dec 2015 13:04:24 +0000 (14:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Dec 2015 13:04:24 +0000 (14:04 +0100)
commit6f62fed349bf829da2adb02619dc9acba13c8ab6
treec2d4006200a8b4477db1f5b8a352a6ac30165627
parenta98849670674264de699d7ab22ae4b9b32e78f4a
patch 7.4.973
Problem:    When pasting on the command line line breaks result in literal
            <CR> characters. This makes pasting a long file name difficult.
Solution:   Skip the characters.
src/ex_getln.c
src/ops.c
src/version.c