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

[BUGFIX] Shows error for empty filenames (vim-startify) #1081

Merged

Commits on Jan 20, 2020

  1. [BUGFIX] Shows error for empty filenames (vim-startify)

    There was a fix in preservim#1043 which improves the behavior for non saved
    filenames. Those are not on disk, but also not empty. This lead to an
    issue preservim#1059 where actual "empty files" like created with vim-startify or
    stdin lead to an error. This change fixes this by adapting the order of
    the tests. It'll print "no file for the current buffer" for empty files.
    
    Solves preservim#1059
    andys8 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    881c265 View commit details
    Browse the repository at this point in the history