Skip to content

Commit 75cbf6b

Browse files
committed
Fixed error display
1 parent 64749a3 commit 75cbf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python3.0.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: Python
33
" Maintainer: Dmitry Vasiliev <dima@hlabs.spb.ru>
4-
" URL: http://www.hlabs.spb.ru/vim/python.vim
4+
" URL: http://www.hlabs.spb.ru/vim/python3.0.vim
55
" Last Change: 2008-12-07
66
" Filenames: *.py
77
" Version: 3.0.0
@@ -120,7 +120,7 @@ syn match pythonCoding "\%^.*\%(\n.*\)\?#.*coding[:=]\s*[0-9A-Za-z-_.]\+.*$"
120120
syn keyword pythonTodo TODO FIXME XXX contained
121121

122122
" Errors
123-
syn match pythonError "\<\d\+\D\+\>" display
123+
" syn match pythonError "\<\d\+\D\+\>" display
124124
syn match pythonError "[$?]" display
125125
syn match pythonError "[&|]\{2,}" display
126126
syn match pythonError "[=]\{3,}" display

0 commit comments

Comments
 (0)