diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:22:57 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:22:57 +0200 |
commit | b744b2fa3216740c74d74bd62b26b6a539f026d1 (patch) | |
tree | 1ca653eec27c5356fb60be2873c7dab0137cd639 /runtime/doc/if_pyth.txt | |
parent | 2a988a162c85df0092eca6b23eff9cd0fcd7de9a (diff) | |
download | vim-git-b744b2fa3216740c74d74bd62b26b6a539f026d1.tar.gz |
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r-- | runtime/doc/if_pyth.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index d7d91b190..edac29540 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.3f. Last change: 2010 Aug 10 +*if_pyth.txt* For Vim version 7.3f. Last change: 2010 Aug 13 VIM REFERENCE MANUAL by Paul Moore @@ -348,8 +348,10 @@ Vim can be built in four ways (:version output): 3. Python 3 support only (-python, +python3 or +python3/dyn) 4. Python 2 and 3 support (+python/dyn, +python3/dyn) + *E836* *E837* You can see that when Python 2 and Python 3 are both supported they must be -loaded dynamically. +loaded dynamically. Depending on how the libraries have been build it might +be impossible to use ":py3" and ":python" in one Vim session. On Linux/Unix systems this can only be done without importing global symbols. In this case python's "import" might fail, if the library expects the symbols |