1
0
forked from VimPlug/jedi
Commit Graph

3 Commits

Author SHA1 Message Date
Dave Halter
54a8db503d Fix shell completion issues and documentation
This issue was raised in #990. The completer was never used in Python3.4+,
because it was overwritten by Python's completer. Oddly enough it has always
worked in Python2.7/3.3.

The documentation was also slightly modified. os.path.join was always a
complex beast.
2018-03-09 22:39:00 +01:00
Danilo Bargen
ae8b0d5eab Print the Jedi version when REPL completion is used
This also makes debugging easier, because people see which completion
they're actually using.
2014-05-06 08:17:09 +02:00
Dave Halter
8bf8985247 move replstartup to the api 2014-01-14 00:08:25 +01:00