Add a TODO - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 0ef0bb80b3d93063ae164a6e3f461092ac691042
 (DIR) parent 424873a77b095d69b09e9cdf7f8db85bdffa452a
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun,  7 Oct 2018 03:10:14 
       
       Add a TODO
       
       Diffstat:
        config/luakit/marks.lua |  5 +++++
        1 files changed, 5 insertions(+), 0 deletions(-)
       ---
       diff -r 424873a77b09 -r 0ef0bb80b3d9 config/luakit/marks.lua
       --- a/config/luakit/marks.lua   Sun Oct 07 03:02:43 2018 +0200
       +++ b/config/luakit/marks.lua   Sun Oct 07 03:10:14 2018 +0200
       @@ -9,6 +9,11 @@
        
        local _M = {}
        
       +--
       +-- TODO: previous_y and markers should be per-URI, otherwise they are
       +-- TODO: globally shared.
       +--
       +
        _M.previous_y = nil
        _M.markers = {}