Skip to content

Commit eda55a7

Browse files
committed
Add troubleshooting tool
1 parent a28f275 commit eda55a7

4 files changed

Lines changed: 22 additions & 1 deletion

File tree

Changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changelog
66
* Updated Pep8 to version 1.3.3
77
* Fixed virtualenv support for windows users
88
* Added pymode modeline ':help PythonModeModeline'
9+
* Added diagnostic tool ':call pymode#troubleshooting#Test()'
910

1011
## 2012-05-24 0.6.4
1112
-------------------

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ Then rebuild **helptags** in vim::
9090
must be enabled for use python-mode.
9191

9292

93+
Troubleshooting
94+
===============
95+
96+
If your python-mode dont work, type command: ::
97+
98+
:call pymode#troubleshooting#Test()
99+
100+
And fix warnings or copy output and send it to me (ex. with github issue).
101+
102+
93103
Settings
94104
========
95105

@@ -470,6 +480,8 @@ If you like this plugin, you can send me postcard :)
470480
My address is here: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
471481
**Thanks for support!**
472482

483+
Version 0.6.5: I still haven't received any postcard, guys :(
484+
473485

474486
.. _GNU lesser general public license: http://www.gnu.org/copyleft/lesser.html
475487
.. _klen: http://klen.github.com/

doc/pymode.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,12 @@ iM Operation with inner function or method.
456456
5. FAQ ~
457457
*PythonModeFAQ*
458458

459+
Python-mode dont work
460+
---------------------
461+
462+
Run ":call pymode#troubleshooting#Test()", fix warning or send me output.
463+
464+
459465
Rope completion is very slow
460466
----------------------------
461467

@@ -522,6 +528,8 @@ If you like this plugin, you can send me postcard :)
522528
My address is here: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
523529
Thanks for support!
524530

531+
Version 0.6.5: I still haven't received any postcard, guys :(
532+
525533

526534
------------------------------------------------------------------------------
527535

plugin/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let g:pymode_version = "0.6.4"
1+
let g:pymode_version = "0.6.5"
22

33
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
44

0 commit comments

Comments
 (0)