Yasuhiro Matsumoto wrote: > If help file include some folds and type ":help foo" that is in the fold, it > don't open the folds. > > do_tag() is calling foldOpenCursor() in tag.c:342. But ex_help() call > win_split() and split call some autocmds. Then KeyTyped is reset before > calling do_tag(). > > Below is a patch. Please check and include.
Thanks. I'll put it in the todo list. -- I have a drinking problem -- I can't afford it. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
