Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for NeoComplete #105

Open
wants to merge 125 commits into
base: master
Choose a base branch
from
Open

Add support for NeoComplete #105

wants to merge 125 commits into from

Commits on Sep 15, 2014

  1. Configuration menu
    Copy the full SHA
    6d30bfd View commit details
    Browse the repository at this point in the history
  2. Fix neocomplete function names; check has('python'); only use

    CompleteIPython if it is the current omnifunc
    wilywampa committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    af8444e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. Use CompleteIPython in neocomplete even if it's not the current omnifunc

    (but wrap in try in case it's not connected)
    wilywampa committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    c2c0989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b819b3f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Ignore .pyc files

    wilywampa committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    254ec1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb23da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f20e03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32da777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b8227 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fca252 View commit details
    Browse the repository at this point in the history
  7. Change default options

    wilywampa committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    56fa1d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    105fc88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6b4279 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a58a059 View commit details
    Browse the repository at this point in the history
  11. Add run_ipy_input function

    wilywampa committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    0c557a1 View commit details
    Browse the repository at this point in the history
  12. Whitespace

    wilywampa committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    df68712 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Configuration menu
    Copy the full SHA
    e6cd52d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Configuration menu
    Copy the full SHA
    2ca1b0b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2014

  1. Configuration menu
    Copy the full SHA
    82902b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Configuration menu
    Copy the full SHA
    0c570c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2014

  1. Configuration menu
    Copy the full SHA
    275add7 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Configuration menu
    Copy the full SHA
    6065ef0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Configuration menu
    Copy the full SHA
    0a75c91 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

  1. Configuration menu
    Copy the full SHA
    762800b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Completion for imports

    wilywampa committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    6bce398 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2015

  1. Completion for imports

    wilywampa committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    ab0231a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1808548 View commit details
    Browse the repository at this point in the history
  3. Don't map <S-F5>

    wilywampa committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    668658b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4194ef1 View commit details
    Browse the repository at this point in the history
  5. Fix findstart for some corner cases

    - Minus sign before the name of a dictionary, e.g. -data['foo
    - Period after dictionary when dictionary is first word on line, e.g.
      ^data['foo'].bar
    wilywampa committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    f3f8f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f6d461 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    801d281 View commit details
    Browse the repository at this point in the history
  8. Fix import completion

    wilywampa committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    242c4c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Configuration menu
    Copy the full SHA
    88f6df8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Configuration menu
    Copy the full SHA
    80b3b5c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2015

  1. Configuration menu
    Copy the full SHA
    37df7f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Configuration menu
    Copy the full SHA
    8160fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Fix split_pattern

    wilywampa committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    c77185c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Configuration menu
    Copy the full SHA
    f959294 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    ded5363 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Finish merge

    wilywampa committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    44e7e87 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Finish merge

    wilywampa committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    56afe52 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Improve ANSI code pattern

    wilywampa committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    7af79b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Configuration menu
    Copy the full SHA
    69bef00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342c6fd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2015

  1. Set syntax correctly

    wilywampa committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    cd48865 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

  1. Configuration menu
    Copy the full SHA
    f1be971 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. Configuration menu
    Copy the full SHA
    6e9d007 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. Configuration menu
    Copy the full SHA
    300f507 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Disable visual map

    wilywampa committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    7ec7723 View commit details
    Browse the repository at this point in the history
  2. Improve eval_ipy_input

    Don't use 'from __future__ import division' if input starts with %/!/$
    Fix error printing for some cases
    wilywampa committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    f1a73ec View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. Add IPythonHistory function

    wilywampa committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    b53d87e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. Configuration menu
    Copy the full SHA
    1723515 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Configuration menu
    Copy the full SHA
    376111e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b1faa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Configuration menu
    Copy the full SHA
    897dbc3 View commit details
    Browse the repository at this point in the history
  2. Fix check for empty pattern

    wilywampa committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    2052ce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. Configuration menu
    Copy the full SHA
    57725d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Disable insert mode map

    wilywampa committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    2e46528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611167b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2015

  1. Configuration menu
    Copy the full SHA
    6fe7198 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Remove neocomplete source

    wilywampa committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    5a8ab4e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    37f8a9c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2015

  1. IPython 3+ compatibility

    wilywampa committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    d4c78ab View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Configuration menu
    Copy the full SHA
    2343f9a View commit details
    Browse the repository at this point in the history
  2. Fix encoding issues

    wilywampa committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    a0dc32a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. Configuration menu
    Copy the full SHA
    f33d69f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Configuration menu
    Copy the full SHA
    d5fe517 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    85f6a3d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Configuration menu
    Copy the full SHA
    b505eb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2015

  1. Configuration menu
    Copy the full SHA
    881a0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a34ba View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    7bcea4d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2015

  1. Configuration menu
    Copy the full SHA
    90e59d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40dc8da View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    a2ade82 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    f9d238b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Configuration menu
    Copy the full SHA
    4fffbbb View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Configuration menu
    Copy the full SHA
    935237e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e61840 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Configuration menu
    Copy the full SHA
    e27236b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. Configuration menu
    Copy the full SHA
    515c45e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Configuration menu
    Copy the full SHA
    bb47570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82234cc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Configuration menu
    Copy the full SHA
    d8babda View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Configuration menu
    Copy the full SHA
    b28f511 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    848b0e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Configuration menu
    Copy the full SHA
    eef6e30 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Configuration menu
    Copy the full SHA
    5af8ab8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    26f4ca6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Configuration menu
    Copy the full SHA
    5cfb2db View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Handle no metadata

    wilywampa committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    206a238 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Better handling of brackets in complete findstart

    Example test cases:
        data1[test[0]]['
        items[items['enum']<50].
        items[items['
        data3['aspernatur']['
    wilywampa committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    c592d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Improve completion edge cases

    - Allow negative numbers in square brackets
    - Don't try to complete number literals or incomplete strings
    wilywampa committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    7e418c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c624274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bea179 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    0c32d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Configuration menu
    Copy the full SHA
    15773a0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Configuration menu
    Copy the full SHA
    67e5046 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2016

  1. Configuration menu
    Copy the full SHA
    0589ec2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    4f39105 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. Configuration menu
    Copy the full SHA
    a38a5e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Fix potential KeyError

    wilywampa committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    dc67fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021e9c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Configuration menu
    Copy the full SHA
    655a7dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    953abc2 View commit details
    Browse the repository at this point in the history
  3. Disallow stdin until input_requests are handled

    Currently stdin_channel is ignored which means the kernel freezes
    waiting for a stdin reply if input() is called. Pass allow_stdin=False
    to give an immediate exception instead of hanging.
    wilywampa committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    e5e9d59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed4c2dc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Add history Unite source

    wilywampa committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    0437e45 View commit details
    Browse the repository at this point in the history
  2. Fix run_these_lines() maps

    wilywampa committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    4dc32dd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    773b067 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Replace Result class with dict in process_matches

    This prevents having to check if the metadata dict contains the 'info'
    or 'menu' keys and allows other keys e.g. 'abbr' to be used
    automatically if they are specified in the completion_metadata function.
    wilywampa committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    9dd97ec View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Don't cause an exception if metadata doesn't exist

    Don't cause an exception in the user's IPython if they haven't defined
    the completion_metadata function.
    wilywampa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    1f9d1da View commit details
    Browse the repository at this point in the history
  2. Don't require 'word' in the metadata dict

    Accidentally didn't put back 'word' into the result. This is a big
    problem if the user's completion_metadata doesn't manually add 'word' to
    the dict. Oops. Intentionally wrote it so the user may override 'word'
    in the metadata dict if desired (e.g. to add an opening
    parenthesis to a function call).
    wilywampa committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    a66b4a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07dd0a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Configuration menu
    Copy the full SHA
    ba8d8fe View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Make doc buffer nomodifiable.

    DerWeh committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    eb566c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Merge pull request #3 from DerWeh/modifiable

    Make doc buffer `nomodifiable`.
    
    The line below the line you changed has `nomodifiable` in it and is commented out but I looked through the commit history and it was like that in the initial version so who knows why it's commented out. Seems like a good idea.
    wilywampa authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    2fb70d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Disable mapping

    wilywampa committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    90350eb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. add code to allow answers to stdin requests by editing the last line …

    …of the vim-ipython buffer
    jvalenzuela committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    6e02769 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. Added IPythonInput and IPythonInputSecret commands

    jvalenzuela committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    4e931ec View commit details
    Browse the repository at this point in the history
  2. Removed option to reply to stdin requests by editing vim-ipython buff…

    …er. Use :IPythonInput instead
    jvalenzuela committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    a195417 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Merge pull request #4 from jmriego/stdin_requests

    accept stdin requests and add method to reply to them
    wilywampa authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    69f9a52 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Configuration menu
    Copy the full SHA
    89b84e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    a8c25b8 View commit details
    Browse the repository at this point in the history