From a88896a26d3d8d7ce5750c0942b6ea394a654edb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 10 Aug 2020 18:02:41 -0400 Subject: "View > Toggle Fold" toggles folding for the current block, regardless of line. Previously, you had to be on a line that was a fold point. --- doc/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual.md') diff --git a/doc/manual.md b/doc/manual.md index a2d52098..bba60e27 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -802,8 +802,8 @@ selecting a lexer from the list manually sets the lexer instead. Your Some lexers support "code folding", the act of temporarily hiding blocks of code in order to make viewing easier. Markers in the margin to the left of the code denote fold points. Clicking on one toggles the folding for that block of code. -Pressing `Ctrl+*` (`⌘*` on macOS | `M-*` in the terminal) also toggles the fold -point on the current line. +Pressing `Ctrl+*` (`⌘*` on macOS | `M-*` in the terminal) also toggles folding +for the current block. ![Folding](images/folding.png) -- cgit v1.2.3