Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parsers): check if vim.fn.has() is 1 #54

Merged
merged 12 commits into from
Sep 8, 2024
Merged

Conversation

Agent-E11
Copy link
Contributor

Close #53

Agent-E11 and others added 12 commits June 26, 2024 12:56
BREAKING CHANGE: Parser modules have been moved

Add `check` functions to all parser modules
* 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 (justinhj#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
* feat(parsers): move all parsers to their own submodule (justinhj#43)

BREAKING CHANGE: Parser modules have been moved

Add `check` functions to all parser modules

* fix: Termux compatible `is_readable_directory` function (justinhj#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 (justinhj#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
@justinhj justinhj merged commit 5b0fc97 into justinhj:main Sep 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(parsers): vim.fn.has() isn't being properly checked
2 participants