Cesar Romani wrote:
> How can I make an option global for the current session?
> For example, I notices that comments is set as a local option.
> How can I make it global when editing a bunch of files?

As Ben mentioned, settings like that should be set via filetype.

If you have several open files and you want to change a local
setting in each of them, use :bufdo or one of its variants such
as :argdo.

:bufdo set commentstring=//\ %s

John


-- 
-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to