Commit bd7c20d9 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix a line missing a command

parent 2629c62a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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