gitextract_urosfd0w/ ├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── autoload/ │ ├── openbrowser/ │ │ └── github.vim │ ├── vital/ │ │ ├── _open_browser_github/ │ │ │ ├── Data/ │ │ │ │ └── List.vim │ │ │ └── System/ │ │ │ └── Filepath.vim │ │ ├── _open_browser_github.vim │ │ └── open_browser_github.vital │ └── vital.vim ├── doc/ │ └── openbrowser-github.txt └── plugin/ └── openbrowser/ └── github.vim