On Wednesday, 3 September 2014 at 19:38:44 UTC, Idan Arye wrote:
Version 1.1.0 is out now. It provides the :DUjump command for
jumping to the declaration of the symbol under the cursor. If
DCD is not running, Dscanner will be used instead. You can also
give :DUjump the symbol as an argument - in this case it'll
always use Dscanner(since DCD only supports getting the symbol
by byte position).
GitHub repo: https://github.com/idanarye/vim-dutyl
vim.org page:
http://www.vim.org/scripts/script.php?script_id=5003
Can DUjump be set to open in a new window (internal to vim, not a
new instance of vim)? For an example of why this would be better:
you can't currently use DUjump if the file has unsaved changes.