mmktomato / open-backlog-issue.vim

Open Backlog issue from vim
MIT License
4 stars 0 forks source link

Migrate to Vim9 script #1

Open mmktomato opened 2 years ago

mmktomato commented 2 years ago

https://vimhelp.org/vim9.txt.html#vim9-mix

        " comments may go here
        if !has('vim9script')
           " legacy script commands go here
           finish
        endif
        vim9script
        # Vim9 script commands go here
mmktomato commented 2 years ago

TODO: unit test thinca/vim-themis doesn't support Vim9 script currently.