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

autoload文件夹中util.vim中少了一个endif #7

Open
zbhover opened this issue Jul 29, 2023 · 0 comments
Open

autoload文件夹中util.vim中少了一个endif #7

zbhover opened this issue Jul 29, 2023 · 0 comments

Comments

@zbhover
Copy link

zbhover commented Jul 29, 2023

function! util#md5(s)
    if executable('md5')
        return substitute(system('echo -n "'.a:s.'" | md5'), '\n', '', 'g')
    if executable('md5sum')
        return substitute(system('echo -n "'.a:s.'" | md5sum'), '\n', '', 'g')
    elseif has('python')

少了一个endif或者第二个if改为elseif

@bujnlc8 bujnlc8 mentioned this issue Jul 29, 2023
Merged
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

No branches or pull requests

1 participant