Thursday, January 21, 2016

Re: simple vim startup question



2016-01-21 14:36 GMT+03:00 <christoph.kliemt@pgxml.net>:
Tony Mechelynck <antoine.mechelynck@gmail.com> writes:

> On Thu, Jan 21, 2016 at 10:20 AM,  <christoph.kliemt@pgxml.net> wrote:

[...]

>>  The files have to be read in this sequence:
>>  1) ~/.vimrc
>>  2) project-specific-default-settings
>>  3) theSession

[...]

> vim -S project-settings.vim -S theSession.vim
>
> (for files in Vimscript language the extension .vim is recommended,
> though .vimrc and .gvimrc do not follow the rule)
>
> See :help -S
>
> The important sentence there is «It can be mixed with "-c" arguments
> and repeated like "-c".»

Thank you, this is what missed. One more question.
The manual says: The {file} will be sourced after the first file has
been read.

What file is the "first file"? Is this a .vimrc, or is this the first
file from the commandline that is not a vim-control file?

I do not see this explicitly stated, but most likely this is "first file from command-line arguments". `​:h initialization`​ may give you more details on what happens before `-c` is processed.

 

regards,
Christoph

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: