aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-26 14:29:32 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-26 14:29:32 -0500
commit775361728a4b71e696b422a20c57e6ee0d538c13 (patch)
tree8d80768ad44b11cb964c36e280eb78c01668deec /src/nvim/testdir
parentcab88790bcf8fa4ae5a634b1ccaf84d337fa47e2 (diff)
parent28d3923bd8123b0e57f1f9ffef57356f19476915 (diff)
downloadrneovim-775361728a4b71e696b422a20c57e6ee0d538c13.tar.gz
rneovim-775361728a4b71e696b422a20c57e6ee0d538c13.tar.bz2
rneovim-775361728a4b71e696b422a20c57e6ee0d538c13.zip
Merge pull request #1734 from fwalch/small-patches
vim-patch: Multiple small patches (4)
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test63.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/testdir/test63.in b/src/nvim/testdir/test63.in
index db347a0a87..7fbe0ac434 100644
--- a/src/nvim/testdir/test63.in
+++ b/src/nvim/testdir/test63.in
@@ -7,9 +7,9 @@ STARTTEST
:" --- Check that "matcharg()" returns the correct group and pattern if a match
:" --- is defined.
:let @r = "*** Test 1: "
-:highlight MyGroup1 ctermbg=red guibg=red
-:highlight MyGroup2 ctermbg=green guibg=green
-:highlight MyGroup3 ctermbg=blue guibg=blue
+:highlight MyGroup1 term=bold ctermbg=red guibg=red
+:highlight MyGroup2 term=italic ctermbg=green guibg=green
+:highlight MyGroup3 term=underline ctermbg=blue guibg=blue
:match MyGroup1 /TODO/
:2match MyGroup2 /FIXME/
:3match MyGroup3 /XXX/