Hi, On Sat, Nov 8, 2008 at 1:56 AM, StarWing <[EMAIL PROTECTED]> wrote: > > btw, how can i get a global-variables list in vim? >
You can use the following command to display all the global variables: :let g: For more information about this, refer to :help E738 You can access all the global variables using "keys(g:)": for v in keys(g:) " Perform some operation with the global variable endfor - Yegappan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---