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. Nobuhiro Takasaki -- -- 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.
