Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parsers): check if
vim.fn.has()
is 1 (#54)
* feat(parsers): move all parsers to their own submodule (#43) BREAKING CHANGE: Parser modules have been moved Add `check` functions to all parser modules * fix: Termux compatible `is_readable_directory` function (#42) * feat(util): use test command to check directory * fix: use single quotes in util/file.lua * feat(util): add type hints and documentation, remove old function * feat(parsers): move all parsers to their own submodule (#43) BREAKING CHANGE: Parser modules have been moved Add `check` functions to all parser modules * feat(util): use old "readable directory" method when not in Termux * docs: start adding type definitions * docs: consistent doc-comment * fix: error on windows with no battery (#51) * feat(parsers): move all parsers to their own submodule (#43) BREAKING CHANGE: Parser modules have been moved Add `check` functions to all parser modules * fix: Termux compatible `is_readable_directory` function (#42) * feat(util): use test command to check directory * fix: use single quotes in util/file.lua * feat(util): add type hints and documentation, remove old function * feat(parsers): move all parsers to their own submodule (#43) BREAKING CHANGE: Parser modules have been moved Add `check` functions to all parser modules * feat(util): use old "readable directory" method when not in Termux * docs: start adding type definitions * docs: consistent doc-comment * fix(parsers/powershell): default to 2 when no batteries * fix(parsers): check if `vim.fn.has()` is `1`
- Loading branch information