Skip to content

Commit 7e00297

Browse files
committed
Remove now unused DocTest region ends
1 parent 332ca0b commit 7e00297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/python.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ endif
286286

287287
if s:Enabled('g:python_highlight_doctests')
288288
" DocTests
289-
syn region pythonDocTest start='^\s*>>>' skip=+\\'+ end=+'''+he=s-1 end='^\s*$' contained
290-
syn region pythonDocTest2 start='^\s*>>>' skip=+\\"+ end=+"""+he=s-1 end='^\s*$' contained
289+
syn region pythonDocTest start='^\s*>>>' skip=+\\'+ end='^\s*$' contained
290+
syn region pythonDocTest2 start='^\s*>>>' skip=+\\"+ end='^\s*$' contained
291291
endif
292292

293293
"

0 commit comments

Comments
 (0)