8000 Add a 'frequent problems' section into README.rst to avoid non-issue … · python-mode/python-mode@a8ae998 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8ae998

Browse files
committed
Add a 'frequent problems' section into README.rst to avoid non-issue issues being opened.
1 parent df2dff9 commit a8ae998

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,22 @@ You can override the default key bindings by redefining them in your `.vimrc`, f
163163
let g:pymode_doc_bind = "<C-S-d>"
164164

165165

166+
Frequent Problems
167+
=================
168+
169+
Read this section before opening an issue on the tracker.
170+
171+
Python 3 Syntax
172+
---------------
173+
174+
By default python-mode uses python 2 syntax checking. To enable python 3
175+
syntax checking (e.g. for async) add::
176+
177+
let g:pymode_python = 'python3'
178+
179+
To your vimrc or exrc file
180+
181+
166182
Documentation
167183
=============
168184

0 commit comments

Comments
 (0)
0