> After requiring to use ":var" and disallow ":va", to make Vim9 scripts > more readable, I was wondering if we should do this for more commands. > Especially using "en" instead of "endif" makes a script harder to > understand. So why not do it for all the flow commands? > > Let me know if you think this restriction is too much. >
I think this is too much. Besides enforcing a mere stylistic preference, it would eliminate objectively useful things. E.g., "en" for "endif" is really handy in command line mode when putting together quick things. -Manny -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/7526e2e9-a92c-4cc9-af40-a7364f7dfcb4n%40googlegroups.com.
