HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //home/btminers/.spf13-vim-3/config-dependencies.gv
digraph G {
	graph [layout=dot]

// This is just an example for you to use as a template.
// Edit as you like. Whenever you save a legal graph
// the layout in the graphviz window will be updated.

	/* vim [href="http://www.vim.org/"] */
	/* dot [href="http://www.graphviz.org/"] */
	/* vimdot [href="file:///usr/bin/vimdot"] */

	{_} -> _before
	{_before} -> _before_fork
	{_before_fork} -> _before_local
        {_ _before_local} -> _bundles
	{_bundles} -> _bundles_fork
	{_bundles} -> _bundles_local
	{_bundles_fork} -> _bundles_local
        {_ _bundles_local} -> _fork
        {_ _fork} -> _local
        {_ _local} -> g_local
}