hello Mark, As you posted the whole script on the list, you probably expect some feedbacks so mine is:
I script a lot of things and what I consider a good practice is the complete oposite of what you're trying to achieve here: If your code is useful, someone will probably want to use it out of vim so don't use viml and pick another scripting langage (zsh, dash, rc, tcl, perl, js, ruby, python, R, there are tons of those) then use it from vim using ! or system* functions. Also: take a look at vim9script: it it much more confortable than the old style vim langage. regards, Marc -- Marc Chantreux -- -- You received this message from the "vim_use" 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_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_use/aVfCMhJyywsFvJNM%40prometheus.
