Andy Wokula wrote: > Somebody mentioned the `!` command, but the help topic cannot be found with > :h ! > Instead it shows the help for `:!' (gVim 7.3.420). > gVim 7.3 and earlier works ok. > > Attached patch (ff=dos) attempts to fix the problem.
Instead of checking curbuf->b_help, we can require an exact match. I see no reason to use "<=" instead of "==". Right? -- I'm sure that I asked CBuilder to do a "full" install. Looks like I got a "fool" install, instead. Charles E Campbell, Jr, PhD /// 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
