Merge branch 'development' into development_tmux

* development:
  ...
  ...
  ...
  ...

# Conflicts:
#	examples/osal/sshagent.vsh
#	examples/osal/sshagent/sshagent_example.v
#	examples/osal/tmux.vsh
#	lib/osal/sshagent/agent.v
#	lib/osal/sshagent/builder_integration.v
#	lib/osal/tmux/tmux_pane.v
#	lib/osal/tmux/tmux_scan.v
#	lib/osal/tmux/tmux_session.v
#	lib/osal/tmux/tmux_window.v
This commit is contained in:
2025-08-25 06:34:03 +02:00
67 changed files with 902 additions and 19638 deletions

View File

@@ -38,7 +38,7 @@ fn (mut cw CodeWalker) filemap_get_from_path(path string, content_read bool) !Fi
return error('Source directory "${path}" does not exist')
}
mut files := dir.list(ignoredefault: false)!
mut files := dir.list(ignore_default: false)!
mut fm := FileMap{
source: path
}