From 0c6101b0cb1f9769b85a085881e679963a9c8f0e Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 4 Sep 2023 11:07:34 +0200 Subject: [PATCH] Put comment where it belongs --- src/BufferView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 4531bda31b..879beb0087 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -283,11 +283,11 @@ struct BufferView::Private /// map edited_insets_; - /// When the row where the cursor lies is scrolled, this - /// contains the scroll offset // cache for id of the paragraph which was edited the last time int bookmark_edit_position_; + /// When the row where the cursor lies is scrolled, this + /// contains the scroll offset int horiz_scroll_offset_; /// a slice pointing to the start of the row where the cursor /// is (at last draw time) -- 2.39.5