In vim, CTRL+o and CTRL+i can be used to jump to previous and next
position.
But with cscope, how to jump to the specified position ?
For example:
[mm/memory.c] free_pmd_range -> [include/asm-generic/pgtable-nopmd.h]
pmd_offset -> [fs/proc/task_mmu.c] pmd_walker
In task_mmu.c, how to jump to free_pmd_range in mm/memory.c directly?
Set a mark can work in the same file, but if I set a mark in
mm/memory.c, it can't be jumped to in task_mmu.c.
Best Regards,
robert
--
You received this message from the "vim_use" 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
No comments:
Post a Comment