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

README fix #71

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

README fix #71

wants to merge 7 commits into from

Commits on Aug 13, 2020

  1. Restructure README

    hewcaw committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c3f7131 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    59d97eb View commit details
    Browse the repository at this point in the history
  2. Refactor plugin options

    Put options, settings, commands, mappings anything but logic
    inside `plugin/buffet.vim`. The code in order from functionalities to UI,
    and use `get()` instead of `if exists(...)` for short code.
    hewcaw committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    2046010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8fee1e View commit details
    Browse the repository at this point in the history
  4. Refactor buffet augroup

    hewcaw committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    9740eb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    439987c View commit details
    Browse the repository at this point in the history
  6. Rename is_present to is_tracked

    I saw the author using the word "tracked" quite a lot. So to clarify, we're
    already tracking that buffer inside `s:buffers` instead of it is present
    inside of it.
    hewcaw committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    9cbc031 View commit details
    Browse the repository at this point in the history