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

nvim: support v0.9.1 APIs #156

Merged
merged 10 commits into from
Jun 19, 2023
Merged

nvim: support v0.9.1 APIs #156

merged 10 commits into from
Jun 19, 2023

Commits on Jun 19, 2023

  1. github/workflows: update nvim version to v0.9.1

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c3c7066 View commit details
    Browse the repository at this point in the history
  2. nvim: add alias of Cmd to Dictionary

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c190a97 View commit details
    Browse the repository at this point in the history
  3. nvim: add deprecatedSince to some APIs and fix Exec args

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b1b53c8 View commit details
    Browse the repository at this point in the history
  4. nvim: go generate

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d8c6f87 View commit details
    Browse the repository at this point in the history
  5. nvim: support v0.9.0 APIs

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    38d06f5 View commit details
    Browse the repository at this point in the history
  6. nvim: go generate

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ae803cf View commit details
    Browse the repository at this point in the history
  7. nvim: fix Exec args on testcases

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9fbf9fb View commit details
    Browse the repository at this point in the history
  8. nvim: add HL testcase to testHighlight

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ca49a0b View commit details
    Browse the repository at this point in the history
  9. nvim: add SetFocusUI testcase

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    25eb947 View commit details
    Browse the repository at this point in the history
  10. nvim: add ColorByName testcase

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6110bd5 View commit details
    Browse the repository at this point in the history