Doing

   vim -c 'vim9cmd g:["my-output-dir"] = "vglob-dir"'

give this error

   Error detected while processing command line:
   E461: Illegal variable name: my-output-dir

Turns out

   vim9script
   g:["foo-bar"] = "baz"

also fails.

-ernie

--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/9764aaf4-fb0e-f718-7955-4dac257d83a9%40raelity.com.

Reply via email to