summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2014-03-31 09:23:15 +0100
committerJon Cairns <jon@joncairns.com>2014-03-31 09:23:15 +0100
commit9beea756c53cdb39f792cc245ada4feed7a41611 (patch)
treebb86389c5242abb0cbb3dfee2f80fb4a8dfcffbd /doc
parent3d8f07e084b13e52acfde2689df2d2b52c77b93a (diff)
downloadvdebug-9beea756c53cdb39f792cc245ada4feed7a41611.zip
Add Python installation for windows to doc, close #135
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 800aa05..1f0cf2a 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -143,10 +143,12 @@ 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.
+compiled with tabs, signs and Python support. If you're using Windows, some
+reports have said that Python must be installed separately to allow VIM to use
+it.
The Github page for the plugin is https://github.com/joonty/vdebug, and the VIM
-scripts URL is XXX.
+scripts URL is http://www.vim.org/scripts/script.php?script_id=4170.
By far the easiest way to install is by using a plugin manager, e.g. vundle
(https://github.com/gmarik/vundle/) or pathogen