Hi Vim developers I think there is a problem with ftplugin/man.vim Please consider this scenario: Assume that we have a line like foo(bar()) in a C file. If I put the cursor on foo() and hit <leader>K , the corresponding man page shows up which correct but if I put the cursor on bar() and hit <leader>K , I still get the man page for foo() so no matter how nested the expression is, you will still get the man page for the outermost function.
Working machine: Linux mahyar 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Vim version: VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 3 2014 22:20:12) Included patches: 1-383 -- -- 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]. For more options, visit https://groups.google.com/d/optout.
