# File lib/vimmatelib/files_window.rb, line 246 def add_path(path) @file_tree_mutex.synchronize do @file_tree.add_path(path) end self end