diff src/testdir/test_textprop.vim @ 16676:79c5f723bb5d v8.1.1340

patch 8.1.1340: attributes from 'cursorline' overwrite textprop commit https://github.com/vim/vim/commit/bfd451283f8c37926f4b0aa22b74b534bd84e482 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 17 13:05:07 2019 +0200 patch 8.1.1340: attributes from 'cursorline' overwrite textprop Problem: Attributes from 'cursorline' overwrite textprop. Solution: Combine the attributes. (closes https://github.com/vim/vim/issues/3912)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 May 2019 13:15:05 +0200
parents 5733d8e33bce
children 6f453673eb19
line wrap: on
line diff
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -645,7 +645,7 @@ funct Test_textprop_screenshots()
 	\ "call prop_add(3, 15, {'length': 2, 'type': 'both'})",
 	\ "call prop_add(4, 12, {'length': 10, 'type': 'background'})",
 	\ "call prop_add(4, 17, {'length': 5, 'type': 'error'})",
-	\ "set number",
+	\ "set number cursorline",
 	\ "hi clear SpellBad",
 	\ "set spell",
 	\ "syn match Comment '//.*'",