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

Allow to pass lua closures to vim script functions from lua #6246

Closed
wants to merge 27 commits into from

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    8f6442c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7835eee View commit details
    Browse the repository at this point in the history
  3. define FC_CFUNC

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5951405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e20121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b2d2b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee49a1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7682861 View commit details
    Browse the repository at this point in the history
  8. add uf_cb_free

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7d1e5ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c882410 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97db1d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec59b24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    79afa76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee8b124 View commit details
    Browse the repository at this point in the history
  14. add tests

    - test passing lua callback to vimscript
    - test converting vimscript args typval to lua args type
    - test converting lua function return value to vim typval
    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    37b8553 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    034162e View commit details
    Browse the repository at this point in the history
  16. Remove Xscript

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8cb260d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aee93a8 View commit details
    Browse the repository at this point in the history
  18. use VIM_CLEAR

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3d10845 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09aa844 View commit details
    Browse the repository at this point in the history
  20. funcstate->L to NULL

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    ca5321a View commit details
    Browse the repository at this point in the history
  21. clear state

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    0a56792 View commit details
    Browse the repository at this point in the history
  22. fix memory leak

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    b7af9b5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    11ec7ed View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a6f04e1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    676a49a View commit details
    Browse the repository at this point in the history
  26. update docs

    prabirshrestha committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    90b2053 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

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