comparison src/testdir/test_listlbr_utf8.vim @ 30693:a59a8ce13129 v9.0.0681

patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set Commit: https://github.com/vim/vim/commit/0937b9fb244949b7ce9bfcf8398d7495b9b6aa85 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 21:24:34 2022 +0100 patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set Problem: "<<<" shows for 'smoothscroll' even when 'showbreak is set. Solution: When 'showbreak' is set do not display "<<<".
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 22:30:03 +0200
parents 218363931f5d
children ccfca4f03a2b
comparison
equal deleted inserted replaced
30692:bfe956ad9520 30693:a59a8ce13129
165 call s:test_windows('setl selection=exclusive') 165 call s:test_windows('setl selection=exclusive')
166 call setline(1, "long line: " . repeat("foobar ", 40) . "TARGETÃ' at end") 166 call setline(1, "long line: " . repeat("foobar ", 40) . "TARGETÃ' at end")
167 exe "norm! $3B\<C-v>eAx\<Esc>" 167 exe "norm! $3B\<C-v>eAx\<Esc>"
168 let lines = s:screen_lines([1, 10], winwidth(0)) 168 let lines = s:screen_lines([1, 10], winwidth(0))
169 let expect = [ 169 let expect = [
170 \ "<<<obar foobar ", 170 \ "+foobar foobar ",
171 \ "+foobar foobar ", 171 \ "+foobar foobar ",
172 \ "+foobar foobar ", 172 \ "+foobar foobar ",
173 \ "+foobar foobar ", 173 \ "+foobar foobar ",
174 \ "+foobar foobar ", 174 \ "+foobar foobar ",
175 \ "+foobar foobar ", 175 \ "+foobar foobar ",