diff options
Diffstat (limited to 'src/testdir/test_textprop.vim')
-rw-r--r-- | src/testdir/test_textprop.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim index cb27f5877..08c079cfa 100644 --- a/src/testdir/test_textprop.vim +++ b/src/testdir/test_textprop.vim @@ -1,9 +1,8 @@ " Tests for defining text property types and adding text properties to the " buffer. -if !has('textprop') - throw 'Skipped, textprop feature missing' -endif +source check.vim +CheckFeature textprop source screendump.vim |