]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0231: bracketed paste mode is not tested v8.0.0231
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 17:58:30 +0000 (18:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 17:58:30 +0000 (18:58 +0100)
commit076e502199b19e6141e4c1e659ff3f21b71934e1
treed14fa6a4bf61387ea272784faec0a6a34ee7a05f
parent915350edec02f0326ecbe49f3b6cf2cbcd105f7d
patch 8.0.0231: bracketed paste mode is not tested

Problem:    There are no tests for bracketed paste mode.
Solution:   Add a test.  Fix repeating with "normal .".
src/Makefile
src/edit.c
src/testdir/Make_all.mak
src/testdir/test_paste.vim [new file with mode: 0644]
src/version.c