tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

Support for vim9script #174

Closed tunaflsh closed 5 months ago

tunaflsh commented 5 months ago

In Vim9 there are two script languages, vim9script and legacy. vim9script uses # instead of " for commentary. And vim decides whether the script is vim9script if the command vim9script is placed at the start of the file.

tunaflsh commented 5 months ago

Nvm it works.