> :help autocmd-nested > > You can find this by typing > > :help nested > > and hitting Ctrl-D to list help entries containing "nested". See > just > > :help > > You can also use :helpgrep to search the documentation for words or > patterns. For example, > > :helpgrep :au.*nested > > finds 10 matches, including an entry in the user manual in > usr_40.txt. > > Regards, > Gary
thanks Gary, I found it by doing grep -r of the vim source directory. Your methods are much cleaner though... Ed -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/35077bfb-3662-4c26-8682-7c53954e9662%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
