Skip to content

Commit 7f26c71

Browse files
committed
Merge branch 'master' of https://github.com/jqno/vim-orgmode into jqno-master
2 parents eec60be + 015011d commit 7f26c71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ftplugin/orgmode/_vim.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def indent_orgmode():
183183
checkbox = heading.current_checkbox()
184184
level = heading.level + 1
185185
if checkbox:
186-
level = level + checkbox.number_of_parents * 6
187186
if line != checkbox.start_vim:
188187
# indent body up to the beginning of the checkbox' text
189188
# if checkbox isn't indented to the proper location, the body

0 commit comments

Comments
 (0)