comparison src/testdir/view_util.vim @ 18131:851a014dfd8b v8.1.2060

patch 8.1.2060: "precedes" in 'listchars' not used properly Commit: https://github.com/vim/vim/commit/bffba7f7042f6082e75b42484b15f66087b01941 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 17:00:17 2019 +0200 patch 8.1.2060: "precedes" in 'listchars' not used properly Problem: "precedes" in 'listchars' not used properly. Solution: Correctly handle the "precedes" char in list mode for long lines. (Christian Brabandt, closes #4953)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 17:15:04 +0200
parents 7927cf327396
children f936d46cc9c1
comparison
equal deleted inserted replaced
18130:1e5672da6a69 18131:851a014dfd8b
52 endfunction 52 endfunction
53 53
54 function! NewWindow(height, width) abort 54 function! NewWindow(height, width) abort
55 exe a:height . 'new' 55 exe a:height . 'new'
56 exe a:width . 'vsp' 56 exe a:width . 'vsp'
57 set winfixwidth winfixheight
57 redraw! 58 redraw!
58 endfunction 59 endfunction
59 60
60 function! CloseWindow() abort 61 function! CloseWindow() abort
61 bw! 62 bw!