# File lib/vimmatelib/files.rb, line 208
    def initial_add
      begin
        @warn_files_count = 0
        @warn_too_many_files = true
        yield
      ensure
        @warn_files_count = 0
        @warn_too_many_files = false
      end
    end