Nobuhiro Takasaki wrote: > Session.vim, it uses the args command to read the file, > but since it is sorted by suffixes option is not correct > the order in which they are read into the buffer. > > For example: > $ vim a.h a.c a_.c -O > If is, from left to right to open [a.h] [a.c] [a_.c]. > $ :mksession! > $ :qa > $ vim -S Session.vim > This way, as [a.c] [a_.c] [a.h], the order will change. > > To replace the args to be used in Session.vim, was to argadd. > > https://gist.github.com/ntak/8730301 > > If you think a good thing, please use. I'm happy. Are you?
Thanks, I'll add it in the todo list. -- "After a few years of marriage a man can look right at a woman without seeing her and a woman can see right through a man without looking at him." - Helen Rowland /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/groups/opt_out.
