comparison src/testdir/test_cursorline.vim @ 28809:d0241e74bfdb v8.2.4928

patch 8.2.4928: various white space and cosmetic mistakes Commit: https://github.com/vim/vim/commit/6ed545e79735f23ff8e650bc2f0967e5a0baedc9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 9 20:09:23 2022 +0100 patch 8.2.4928: various white space and cosmetic mistakes Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 21:15:04 +0200
parents 6481ccc776f9
children f7a2de8a4ddc
comparison
equal deleted inserted replaced
28808:0f0fed554cdc 28809:d0241e74bfdb
296 func Test_cursorline_cursorbind_horizontal_scroll() 296 func Test_cursorline_cursorbind_horizontal_scroll()
297 CheckScreendump 297 CheckScreendump
298 298
299 let lines =<< trim END 299 let lines =<< trim END
300 call setline(1, 'aa bb cc dd ee ff gg hh ii jj kk ll mm' .. 300 call setline(1, 'aa bb cc dd ee ff gg hh ii jj kk ll mm' ..
301 \ ' nn oo pp qq rr ss tt uu vv ww xx yy zz') 301 \ ' nn oo pp qq rr ss tt uu vv ww xx yy zz')
302 set nowrap 302 set nowrap
303 " The following makes the cursor apparent on the screen dump 303 " The following makes the cursor apparent on the screen dump
304 set sidescroll=1 cursorcolumn 304 set sidescroll=1 cursorcolumn
305 " add empty lines, required for cursorcolumn 305 " add empty lines, required for cursorcolumn
306 call append(1, ['','','','']) 306 call append(1, ['','','',''])