Add support for marks, based on vimb-2.12
authorLeonardo Taccari <iamleot@gmail.com>
Mon, 15 Oct 2018 01:27:19 +0000 (03:27 +0200)
committerLeonardo Taccari <iamleot@gmail.com>
Mon, 15 Oct 2018 01:27:19 +0000 (03:27 +0200)
commitdd14f67af3054439a6bcc433d029bf239538b1c3
tree4c106f8d0192715612be942555de27613c7f3c4e
parentea1334084a217ecfe672913a04b91bfb41e2ece7
Add support for marks, based on vimb-2.12

 - Introduce a scroll_top field in State, similar to scroll_percent but in pixel
 - Adjust the webextension to communicate and update scroll_top
 - Implement normal_map(), mostly based on vimb-2.12
src/ext-proxy.c
src/main.h
src/normal.c
src/webextension/ext-main.c