Mercurial > vim
view src/testdir/test22.in @ 23173:6620b51e2916 v8.2.2132
patch 8.2.2132: padding not drawn properly for popup window with title
Commit: https://github.com/vim/vim/commit/3ae50c775c00b098cdfc9e90b17c4cc07f00e08d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 12 18:18:06 2020 +0100
patch 8.2.2132: padding not drawn properly for popup window with title
Problem: Padding not drawn properly for popup window with title.
Solution: Draw the padding below the title. (closes https://github.com/vim/vim/issues/7460)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 12 Dec 2020 18:30:03 +0100 |
parents | 30bdd2e4a6f9 |
children |
line wrap: on
line source
Tests for complicated + argument to :edit command STARTTEST :$-1w! Xfile1 :$w! Xfile2 :edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w :w! test.out :e Xfile1 :w >> test.out :qa! ENDTEST The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar" foo|bar foo/bar