vim -u vimrc_file
lets me specify a particular vimrc file to use, however from what I read from :help initialization
some initialization steps are skipped.
Is there a different option I can use to run vim using a particular vimrc file without skipping those initialization steps? or Maybe how can I include those initialization steps that are skipped into the vimrc file?
thanks in advance