From 28a0af38e4e910cb5f15f334acf2742facbe987f Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 9 Aug 2011 17:15:01 +0400 Subject: [PATCH] Always update nav with last visited location --- main.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ml b/main.ml index 798336b..f0c25a3 100644 --- a/main.ml +++ b/main.ml @@ -2955,8 +2955,8 @@ struct state.bookmarks <- pb; state.x <- px; if conf.jumpback - then state.anchor <- pa - else cbput state.hists.nav pa; + then state.anchor <- pa; + cbput state.hists.nav pa; in load1 f ;; -- 2.11.4.GIT