diff options
author | Lucas Hoffmann <l-m-h@web.de> | 2018-02-08 12:27:36 +0100 |
---|---|---|
committer | Lucas Hoffmann <l-m-h@web.de> | 2018-02-08 12:48:57 +0100 |
commit | 0df6a8a72a56016e57755755a6d565b2814e609f (patch) | |
tree | 105d9c43fb69b29b7be1d46eddd74650885d0e63 /doc | |
parent | 81a1a6cdd5f637562b688d37879d51564acb9830 (diff) | |
download | vdebug-0df6a8a72a56016e57755755a6d565b2814e609f.zip |
Mention python 3 as dependency in the helpfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Vdebug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt index edcc566..4fafd79 100644 --- a/doc/Vdebug.txt +++ b/doc/Vdebug.txt @@ -145,7 +145,7 @@ see section 3, |VdebugSetUp|. 2. Installing the plugin *VdebugInstallation* Please note that you must have VIM 7+ for this plugin to work, and it must be -compiled with tabs, signs and Python support. If you're using Windows, some +compiled with tabs, signs and Python 3 support. If you're using Windows, some reports have said that Python must be installed separately to allow VIM to use it. |