Allow link activation from search result #131.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 31 Aug 2016 21:32:40 +0000 (23:32 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 31 Aug 2016 21:41:37 +0000 (23:41 +0200)
commit8e28af1af13f3116ccaa1e82c44efaa220386b76
treeab459f47ff72b92e4c6435880945c6d73c4456c0
parentb2a21253df329676f477cb2aac21748a8ac8c9e0
Allow link activation from search result #131.

When a search is performed and the current highlighted result is part of a
link, a click event is triggered on the link to open it. Currently the click()
is done by JavaScript on the element so that we can't control if the target
open in current window or in a new one.
doc/vimb.1
src/main.c
src/normal.c