File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Then rebuild **helptags** in vim::
9696Troubleshooting
9797===============
9898
99- If your python-mode dont work, type command: ::
99+ If your python-mode dont work, open any python file and type command: ::
100100
101101 :call pymode#troubleshooting#Test()
102102
Original file line number Diff line number Diff line change 66 (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
77
88
9- Version: 0.6.14
9+ Version: 0.6.15
1010
1111==============================================================================
1212CONTENTS *Python-mode-contents*
@@ -452,8 +452,8 @@ iM Operation with inner function or method.
452452Python-mode doesn't work
453453------------------------
454454
455- Run ":call pymode#troubleshooting#Test()" and fix the warning or send me the
456- output.
455+ Open any python file and run ":call pymode#troubleshooting#Test()",
456+ fix the warning or send me the output.
457457
458458
459459Rope completion is very slow
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
33endif
44let did_init_pymode_vim = 1
55
6- let g: pymode_version = " 0.6.14 "
6+ let g: pymode_version = " 0.6.15 "
77
88com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
99
You can’t perform that action at this time.
0 commit comments