README: typo.
This commit is contained in:
parent
4b7183b9dc
commit
7b9b02954e
@ -131,7 +131,7 @@ create an issue - or better yet, create a pull request.
|
|||||||
|
|
||||||
__Q. The `python` checker complains about syntactically valid Python 3 constructs...__
|
__Q. The `python` checker complains about syntactically valid Python 3 constructs...__
|
||||||
|
|
||||||
A. Configure the `python` checker to calls a Python 3 interpreter rather than
|
A. Configure the `python` checker to call a Python 3 interpreter rather than
|
||||||
Python 2, e.g:
|
Python 2, e.g:
|
||||||
```vim
|
```vim
|
||||||
let g:syntastic_python_python_exec = '/path/to/python3'
|
let g:syntastic_python_python_exec = '/path/to/python3'
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:syntastic_start
|
lockvar! g:syntastic_start
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:syntastic_version = '3.4.0-131'
|
let g:syntastic_version = '3.4.0-132'
|
||||||
lockvar g:syntastic_version
|
lockvar g:syntastic_version
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user