diff options
| -rw-r--r-- | pages/completion_engines.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/completion_engines.html b/pages/completion_engines.html index d47bb87b..0c350664 100644 --- a/pages/completion_engines.html +++ b/pages/completion_engines.html @@ -20,10 +20,13 @@ <p> Custom search engines can be configured on the <a href="options.html" target="_blank">options</a> page. <br/> - Further information is available on the <a href="https://github.com/philc/vimium/wiki/Search-Completion">wiki</a>. + Further information is available on the <a href="https://github.com/philc/vimium/wiki/Search-Completion" target="_blank">wiki</a>. </p> <header>Available Completion Engines</header> <p> + Search completion is available in this version of Vimium for the the following custom search engines. + </p> + <p> <dl id="engineList"></dl> </p> </div> |
