Saturday, November 3, 2012

Opening multiple files thru command line

I have a basic .vimrc and .gvimrc files that setup my options for my programming environment. I expect these files to get automatically sourced for all files in the arguments list of the vim -o[N] files command. Also, the .vimrc and .gvimrc files source a systemverilog.vim syntax file.

However, when I open multiple files through the command line, my settings don't appear to be sourced in all windows. For example, one window (the active one) would have the :set nowrap option but the other two won't. Also, the other windows are not syntax color coded as I would expect.

Can you assist?

--
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

No comments:

Post a Comment