You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that VimTodoListsToggleItem is called a number of times equal
to number of lines in range caused the issue of multiple times toggling
the items in range.
The solution is to remove range traversal unnecessary in the
VimTodoListsToggleItem() function.
0 commit comments