Skip to content

Commit 9f7cf1f

Browse files
committed
Set b:current_syntax to python3
1 parent 2ae2c65 commit 9f7cf1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

syntax/python.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ if !g:python3syntax
1717
finish
1818
endif
1919

20+
" Record that this syntax is being used
21+
call s:Python3SyntaxDefault('b:current_syntax', 'python3')
22+
2023
" OPTIONS: {{{
2124

2225
" Highlight all by default

0 commit comments

Comments
 (0)