Daniel Hahler
cdfb7a5b4f
initialize.py: catch and handle any exception when import jedi_vim
...
This adds the traceback to it, which then will be displayed with
`v:exception` in the Vim part.
2016-03-18 23:08:49 +01:00
Dave Halter
e87e7db0e9
Trying to improve jedi-vim, when Jedi is not found. Fixes #263 .
2015-03-30 19:11:05 +02:00
Dave Halter
ce7ba53224
pep8 styling
2014-01-13 15:37:49 +01:00
Sheng Yun
99a9445acb
add expand to make paths which contains spaces work correctly
2014-01-02 14:26:48 +08:00
Asa Jay
b1205ce779
Load only default/forced py_version, changed names and variable type
...
1. Changed pycmd: renamed to py_version, changed type, resulting in
...#force_py_version = <int> (2 or 3)
2. Changed structure of initialization, changes broke functionality
(<sfile> behaviour changes inside a function)
3. Cleaned up.
2013-12-15 17:01:28 +01:00
Asa Jay
3ad63c9458
Implemented: force python 2 or 3 with ability to switch during runtime
...
Simultaneous python2 and python3 support, switchable during runtime
calling a function as well as setting a variable in .vimrc! Closes
issues #200 and #210 (which gave the idea for this commit, thank you
@Shtucer).
2013-12-13 20:51:24 +01:00