Skip to content

Commit 0f6f357

Browse files
committed
Update version.
1 parent 8ca1ee9 commit 0f6f357

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Then rebuild **helptags** in vim::
9696
Troubleshooting
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

doc/pymode.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
77

88

9-
Version: 0.6.14
9+
Version: 0.6.15
1010

1111
==============================================================================
1212
CONTENTS *Python-mode-contents*
@@ -452,8 +452,8 @@ iM Operation with inner function or method.
452452
Python-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

459459
Rope completion is very slow

ftplugin/python/init-pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
33
endif
44
let did_init_pymode_vim = 1
55

6-
let g:pymode_version = "0.6.14"
6+
let g:pymode_version = "0.6.15"
77

88
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
99

0 commit comments

Comments
 (0)