]> granicus.if.org Git - vim/commit
patch 8.2.0018: :join does not add white space where it should v8.2.0018
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Dec 2019 21:10:58 +0000 (22:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Dec 2019 21:10:58 +0000 (22:10 +0100)
commit91b65e49440e77222a65b6f868507453239f409b
tree4f01f1f4186e679cbf299ddaae53a70ceeab0417
parent6f345a1458df2db03fba7863492404e9dc8b817c
patch 8.2.0018: :join does not add white space where it should

Problem:    :join does not add white space where it should. (Zdenek Dohnal)
Solution:   Handle joining multiple lines propely.
src/ops.c
src/testdir/test_join.vim
src/version.c