1
0
forked from aniani/vim

patch 8.2.4319: :put does not work properly in compiled function

Problem:    :put does not work properly in compiled function. (John Beckett)
Solution:   Adjust the direction when using line zero.
This commit is contained in:
Bram Moolenaar
2022-02-07 15:31:37 +00:00
parent 54969f4ef5
commit 4e713bafc0
3 changed files with 14 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4319,
/**/
4318,
/**/