Prevent opening links into new window #544.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 23 Mar 2019 23:53:47 +0000 (00:53 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 23 Mar 2019 23:57:34 +0000 (00:57 +0100)
commit6ef95d13cf1f6313b67cf63acdb7fc07ac02cb2b
tree7dbfb6c23797497e645b11c82ed20215af930338
parentbae3e38219d4ee82dc1b6209645cbc14256a9f32
Prevent opening links into new window #544.

Added setting 'prevent-newwindow' to enforce opening links into same
window even if they are crafted by `target="_blank"` or using
`window.open()`.
This option does not change the behaviour for links fired by hinting.
doc/vimb.1
src/main.c
src/main.h
src/setting.c
tests/manual/window-open.html