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 SnipInfo #236

Merged
merged 1 commit into from
Jun 18, 2023
Merged

Fix SnipInfo #236

merged 1 commit into from
Jun 18, 2023

Conversation

bogdan-nikitin
Copy link
Contributor

@bogdan-nikitin bogdan-nikitin commented Jun 16, 2023

Fixed :SnipInfo on MacOS:

Change docs to doc

Replace the function dir_exists (in Mac OS os.rename returns error code 1, so the function does not work correctly) with the built-in vim.fn.isdirectory

Change 'docs' to 'doc'
Replace 'dir_exists' function with 'vim.fn.isdirectory'
@michaelb
Copy link
Owner

Thanks! These issues can go under the radar for some time (especially the MacOS ones)

@michaelb michaelb merged commit 009f9c3 into michaelb:master Jun 18, 2023
4 of 5 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.

None yet

2 participants