Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zhimsel/vim-stay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.2
Choose a base ref
...
head repository: zhimsel/vim-stay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.3
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    ddba6fa View commit details
    Browse the repository at this point in the history
  2. Also lint markdown README

    zhimsel committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    02ea364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb0d546 View commit details
    Browse the repository at this point in the history
  4. Lint all markdown files

    zhimsel committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    1d0f914 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Allow :CleanViewdir to take lower-case 'y'

    There's no real need to require a capital 'Y'. Plus, without output, it
    isn't obvious that it didn't actually do anything if you give it a 'y'.
    zhimsel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bae5f7f View commit details
    Browse the repository at this point in the history
  2. Improve :CleanViewdir prompt and add output

    This style of format is more consistent with most unix-y tools, and at
    least to me, more intuitive.
    
    Also, having it output something after the user provides their input
    stops me from wanting to run :CleanViewdir again to verify that it
    worked.
    zhimsel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    af61418 View commit details
    Browse the repository at this point in the history
Loading