File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ if s:Enabled('g:python_highlight_builtin_funcs')
376
376
let s: funcs_re .= ' \=@!'
377
377
endif
378
378
379
- execute s: funcs_re . ' ' ' '
379
+ execute s: funcs_re . ' ' ' display '
380
380
unlet s: funcs_re
381
381
endif
382
382
@@ -385,7 +385,7 @@ endif
385
385
"
386
386
387
387
if s: Enabled (' g:python_highlight_builtin_types' )
388
- syn match pythonBuiltinType ' \v\. @<!<%(object|bool|int|float|tuple|str|list|dict|set|frozenset|bytearray|bytes)>'
388
+ syn match pythonBuiltinType ' \v\. @<!<%(object|bool|int|float|tuple|str|list|dict|set|frozenset|bytearray|bytes)>' display
389
389
endif
390
390
391
391
@@ -402,7 +402,7 @@ if s:Enabled('g:python_highlight_exceptions')
402
402
let s: exs_re .= ' |BlockingIOError|ChildProcessError|ConnectionError|BrokenPipeError|ConnectionAbortedError|ConnectionRefusedError|ConnectionResetError|FileExistsError|FileNotFoundError|InterruptedError|IsADirectoryError|NotADirectoryError|PermissionError|ProcessLookupError|TimeoutError|StopAsyncIteration|ResourceWarning'
403
403
endif
404
404
405
- execute ' syn match pythonExClass '' \v\.@<!\zs<%(' . s: exs_re . ' )>'' '
405
+ execute ' syn match pythonExClass '' \v\.@<!\zs<%(' . s: exs_re . ' )>'' display '
406
406
unlet s: exs_re
407
407
endif
408
408
You can’t perform that action at this time.
0 commit comments