We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b1dcd commit 862875eCopy full SHA for 862875e
lua/orgmode/ui/virtual_indent.lua
@@ -35,7 +35,7 @@ function VirtualIndent:_get_indent_size(line)
35
local headline_line, _, _ = headline.headline:start()
36
37
if headline_line ~= line then
38
- return headline:level()
+ return headline:level() + 1
39
end
40
41
0 commit comments