* Nikolay Aleksandrovich Pavlov <[email protected]> [2016-12-16 23:55]: > 2016-12-16 23:28 GMT+03:00 Christian Brabandt <[email protected]>: > > I think it is then better to have an argument for the argc and argv function > > to get the command line arguments instead of getting a new global variable. > > This changes the semantics significantly. argv() function returns a > list which may be mutated and after some time may have nothing to do > with original arguments provided on the command-line: generally it > [...]
Agree with that. > BTW, if I am not mistaking currently list may be altered. One needs to > set list->lv_lock to prevent list value from changing, VV_RO only > disallows using different list. You are right. Fixed. -- Dmitri Vereshchagin -- -- 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]. For more options, visit https://groups.google.com/d/optout.
