We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
I'm tyro. I'm currently studying this project. I found some duplicate code, I'm not sure if it's correct.
To Reproduce
Here are the steps to reproduce the behavior using MINRC:
Expected behavior
What is expected to happen:
Screenshots
git rev-parse --show-toplevel
Can the paths obtained by vim.loop.cwd() and fn.fnamemodify(fn.resolve(fn.expand('%:p')) be different?
vim.loop.cwd()
fn.fnamemodify(fn.resolve(fn.expand('%:p'))
step 3. Is the root parameter redundant? string.format has three parameters and only one '%s'
If it's my lack of ability that bothers you, please forgive me
Desktop (please complete the following information):
main branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I'm tyro. I'm currently studying this project.
I found some duplicate code, I'm not sure if it's correct.
To Reproduce
Here are the steps to reproduce the behavior using MINRC:
Expected behavior
What is expected to happen:
Screenshots
git rev-parse --show-toplevel
)Can the paths obtained by
vim.loop.cwd()
andfn.fnamemodify(fn.resolve(fn.expand('%:p'))
be different?step 3. Is the root parameter redundant? string.format has three parameters and only one '%s'
If it's my lack of ability that bothers you, please forgive me
Desktop (please complete the following information):
main branch
The text was updated successfully, but these errors were encountered: