pearofducks
55929b2713
Set 'hide documentation' to the same mapping as jedi#documentation_command - instead of K
2015-03-07 15:08:07 +01:00
Daniel Hahler
b6bef9a056
Do not overwrite/re-define pythonString syntax regions
...
Use `containedin` instead with `jediFunction`.
2015-03-03 13:43:16 +01:00
Dave Halter
59c98d61cf
Merge pull request #363 from petobens/master
...
Add 'winwidth' split option
2015-02-18 13:12:52 +01:00
petobens
733ba775b0
Improve 'winwidth' split option documentation
2015-02-17 16:04:14 -03:00
petobens
b71ef1176c
Add 'winwidth' split option
2015-02-15 19:11:38 -03:00
Jacob Niehus
8016665639
Escape newlines in call signatures
2015-02-08 13:59:37 -07:00
Dave Halter
bf4a8bfd5a
Merge pull request #356 from hackstedt/master
...
wording
2015-02-07 02:36:26 +01:00
Sven
789d06b573
wording
2015-02-04 11:47:37 +01:00
Dave Halter
9eaede84b2
Merge pull request #347 from wilywampa/remove_clearsigs
...
Don't clear command line call signatures in completions()
2015-01-06 10:23:08 +01:00
Dave Halter
18b9f08336
Merge pull request #346 from wilywampa/callsigs_showmode
...
Document 'showmode' requirement for command line call signatures
2015-01-06 10:22:47 +01:00
Jacob Niehus
e3f4474dd7
Add reason for clear_call_signatures logic
2015-01-05 19:02:51 -07:00
Jacob Niehus
c5c69f0ee1
Don't clear command line call signatures in completions()
2015-01-04 20:55:52 -07:00
Jacob Niehus
74d51815a5
Document 'showmode' requirement for command line call signatures
2015-01-04 20:47:34 -07:00
Dave Halter
43d16b9966
Merge pull request #344 from louima/patch-1
...
Fix completion function name
2015-01-02 17:13:52 +01:00
Mathieu Louis
2bccea9b5d
Fix completion function name
2015-01-02 12:15:06 +01:00
Dave Halter
05f2565dac
Merge pull request #342 from wilywampa/master
...
Escape quotes in command line call signatures
2014-12-28 11:19:06 +01:00
Jacob Niehus
57e476c214
Escape quotes in command line call signatures
2014-12-27 22:14:50 -06:00
Dave Halter
48c9420136
Merge pull request #315 from wilywampa/master
...
Add option to show call signatures in command line
2014-12-19 14:14:59 +01:00
Dave Halter
a3210ce7b6
Merge pull request #337 from jochenvdv/master
...
Correct documention for g:jedi#auto_close_doc
2014-12-19 00:59:50 +01:00
Jochen Van de Velde
409da304b4
Correct doc for g:jedi#auto_close_doc ( fixes #331 )
2014-12-18 22:25:16 +01:00
Jacob Niehus
8ce612e3a6
Describe call signature options in readme
2014-12-06 14:47:45 -07:00
Jacob Niehus
f44ae4efe0
Fix autocmd error in Vim <7.3.867
2014-12-06 14:47:45 -07:00
Jacob Niehus
9ea98e2e81
Fix obscure undojoin bug
2014-12-06 14:47:45 -07:00
Jacob Niehus
fb1eaa611e
Add vspec tests for cmdline call signatures
2014-12-06 14:47:45 -07:00
Jacob Niehus
e1a49790cb
Remove manual width calculation and handle horizontal scroll
2014-12-06 14:47:45 -07:00
Jacob Niehus
048b9dc286
Fix autocmd outside of if statement
2014-12-06 14:47:45 -07:00
Jacob Niehus
cfd71a6b54
Add option to show call signatures in command line
2014-12-06 14:47:45 -07:00
Dave Halter
0ce1af78b2
Merge pull request #336 from davidhalter/dev
...
Merge the dangling dev branch stuff back into master
2014-12-06 16:10:47 +01:00
Dave Halter
3a8560ac58
Merge pull request #332 from itchyny/global-function-names
...
replace function names starting with g: to CamelCase (fix #326 )
2014-11-30 12:06:14 +01:00
itchyny
6cc1d8c34a
replace function names starting with g: to CamelCase ( fix #326 )
2014-11-30 10:01:04 +09:00
Dave Halter
10cd4c6cfb
Merge pull request #328 from itchyny/fix-global-variables
...
fix global variables (fix #324 )
2014-11-25 00:51:27 +01:00
Dave Halter
2a6f35a91e
Merge pull request #329 from itchyny/add-scriptencoding
...
add scriptencoding (fix #325 )
2014-11-25 00:50:24 +01:00
itchyny
d477ee6557
add scriptencoding ( fix #325 )
2014-11-25 08:32:26 +09:00
itchyny
4ec0edafd8
fix global variables (#fix 324)
2014-11-25 08:26:47 +09:00
Dave Halter
2192f41442
Merge pull request #327 from beaumartinez/patch-1
...
Use newer Vundle syntax
2014-11-18 13:53:37 +01:00
Beau
8fded9837e
Use newer Vundle syntax
...
Vundle has deprecated the `Bundle` syntax, replacing it with `Plugin`.
I've also added the abbreviated GitHub syntax (simply `username/repo`,
no need to pass the full git URL).
2014-11-18 12:12:38 +00:00
Dave Halter
6fabdd2fab
Merge pull request #319 from Alir3z4/master
...
Fix 404 link on jedi-vim for AUR packages
2014-10-31 19:47:07 +01:00
Alireza Savand
997220d3a5
Fix 404 link on jedi-vim for AUR packages
...
it has been moved to official repositories
2014-10-30 17:57:30 +04:00
Dave Halter
21efb8a0e8
Merge pull request #312 from genzj/issue-#311
...
Fix upstream #311
2014-10-14 13:28:56 +02:00
ZHU Jie M
1e0ae6bd35
Fix upstream #311
...
Use method `docstring()` instead of property `doc`
Use property `description` instead of `get_code`
2014-10-14 18:33:05 +08:00
Dave Halter
b25db7ff5d
Merge pull request #305 from MadAnd/patch-1
...
Fix typo
2014-09-07 13:27:10 +04:30
MadAnd
a6f711fbbc
Fix typo
2014-09-06 15:53:22 +03:00
Dave Halter
12e9235bfd
Merge pull request #293 from matatk/dev
...
Documentation about the need for `+conceal`
2014-07-30 16:38:00 +04:30
Matthew Tylee Atkinson
43eaec0aee
Documentation about the need for +conceal
...
* Make README link to the text file point to the file (not the repo)
* Replace the one 'Jedi-Vim' with 'jedi-vim' in README
* Minor grammar tweak to VIM >= 7.3 requirement in the docs
* Explain the need for `+conceal` in the docs
* Update last-changed date on first line of the docs
* Hint at the need for `+conceal` in the README
2014-07-29 23:16:50 +01:00
Dave Halter
089f9b0027
Merge pull request #273 from talha81/doc_window_reuse
...
Find __doc__ window if opened in current tab
2014-05-26 20:45:03 +04:30
Talha Ahmed
671b12da9a
updated AUTHORS.txt
2014-05-20 23:42:12 +05:00
Talha Ahmed
e620b5bf50
fixed mismatched parenthesis :|
2014-05-14 10:49:19 +05:00
Talha Ahmed
1792fb9e1b
Find __doc__ window if opened in current tab
2014-05-14 09:47:18 +05:00
Dave Halter
c32844dfec
fix a few jedi-vim tests that have either broken due to the new jedi version or because they were wrong.
2014-05-05 12:17:38 +02:00
Dave Halter
4e9aa671a7
Python 3 compatibility
2014-05-05 11:56:41 +02:00