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

Vim: support vim9script #3930

Merged
merged 10 commits into from
Feb 4, 2024
Merged

Vim: support vim9script #3930

merged 10 commits into from
Feb 4, 2024

Commits on Feb 2, 2024

  1. Vim: delete dead codes

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f73a844 View commit details
    Browse the repository at this point in the history
  2. Vim: skip ^#.*$ after "vim9script" is seen

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4c117ef View commit details
    Browse the repository at this point in the history
  3. Vim: extract constants defined with "final" vim9script keyword

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    10279c3 View commit details
    Browse the repository at this point in the history
  4. Vim: extract variables defined with "var" vim9script keyword

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    92aaa5c View commit details
    Browse the repository at this point in the history
  5. Vim: skip "export", a vim9script keyword

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b48ea9f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Vim: fill typeref field of functions

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1342709 View commit details
    Browse the repository at this point in the history
  2. Vim: don't make empty tags

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e929bf6 View commit details
    Browse the repository at this point in the history
  3. Vim: fix a typo in function names

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    71e7f99 View commit details
    Browse the repository at this point in the history
  4. Vim: fill typeref field of variables and constants

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f1877ac View commit details
    Browse the repository at this point in the history
  5. Vim,refactor: use cork indexes instead of boolean "infuction" to trac…

    …k scope
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0ca7759 View commit details
    Browse the repository at this point in the history