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

Winpathfix #591

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Winpathfix #591

wants to merge 2 commits into from

Commits on May 27, 2024

  1. Adjusted path sep logic

    Added support for Windows-style paths with forward slash (i.e. when `vim.fn.exists('+shellslash')` and `vim.opt.shellslash._value` are both `true`). Previously the code assumed that sep would be '/' iff the OS was not Windows. I have reworked the code to avoid this assumption.
    
    I also added an additional call to the built-in path normalizer at the end of the Plenary normalization function, just in case.
    CheeseTurtle committed May 27, 2024
    Configuration menu
    Copy the full SHA
    425e411 View commit details
    Browse the repository at this point in the history
  2. Fixed a couple transposed lines

    Replaced path.sep with regex class of forward and backwards slash for path checking of absolute/root on Windows
    CheeseTurtle committed May 27, 2024
    Configuration menu
    Copy the full SHA
    166c768 View commit details
    Browse the repository at this point in the history