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

MVP support for expressions, :let, and :echo #7920

Merged
merged 41 commits into from
Sep 7, 2024
Merged

Commits on Dec 28, 2022

  1. [WIP] Basic support for expressions, :let, and :echo

    There remains a mountain of bugs and TODOs, but this a big step toward much more substantial vimscript support.
    Refs #463
    Fixes #7136, fixes #7155
    J-Fields committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    81e64d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ea479c View commit details
    Browse the repository at this point in the history
  2. A few range() tests

    J-Fields committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    aba3a6b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

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

Commits on Apr 18, 2023

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

Commits on Apr 20, 2023

  1. Fix up expression tests

    J-Fields committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a79b138 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    eee3a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4aadd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924cb1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5de65a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    24cac97 View commit details
    Browse the repository at this point in the history
  2. Floats with exponents

    J-Fields committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9476dc7 View commit details
    Browse the repository at this point in the history
  3. assert_equal

    J-Fields committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cab26f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    0cbcad1 View commit details
    Browse the repository at this point in the history
  2. A few more assert functions

    J-Fields committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c3c99c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Support :ev[al] and :cal[l]

    J-Fields committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9c63c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88f2bce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d047e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. support method calls

    J-Fields committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f1b3e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95dcbe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. index()

    J-Fields committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ec043d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f25499 View commit details
    Browse the repository at this point in the history
  3. split() (kinda)

    J-Fields committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a8637b4 View commit details
    Browse the repository at this point in the history
  4. uniq() (kinda)

    J-Fields committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    20cf676 View commit details
    Browse the repository at this point in the history
  5. trim() (kinda)

    J-Fields committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ba4e2e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Nov 19, 2023

  1. More builtin function TODOs

    J-Fields committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e38af9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f39585 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. strlen(), str2list()

    J-Fields committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9d7a692 View commit details
    Browse the repository at this point in the history
  2. has("vscode") == 1

    J-Fields committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bb5e464 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    982b351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969c3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d30f400 View commit details
    Browse the repository at this point in the history
  2. Incomplete support for blobs

    J-Fields committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    110ed8a View commit details
    Browse the repository at this point in the history
  3. Implement get()

    J-Fields committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    74abc64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2e1731 View commit details
    Browse the repository at this point in the history
  5. A bit more work on blobs

    J-Fields committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e812255 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

  1. Tweak :let

    J-Fields committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    89a9de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7326fd0 View commit details
    Browse the repository at this point in the history