Loading autoload/folds/python.vim +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ function! s:newFold(type, indent, ...) call remove(self.children, idx) if !a:remove_tree for grandchild in child.children self.insert_child(grandchild) call self.insert_child(grandchild) endfor let child.children = [] endif Loading Loading
autoload/folds/python.vim +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ function! s:newFold(type, indent, ...) call remove(self.children, idx) if !a:remove_tree for grandchild in child.children self.insert_child(grandchild) call self.insert_child(grandchild) endfor let child.children = [] endif Loading