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

WIP: Refactoring & Fix issue on nvim #101

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

Commits on Jul 23, 2017

  1. Follow linter (vim-vint)

    lambdalisue committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    13cd758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d82cb View commit details
    Browse the repository at this point in the history
  3. Use s:t_xxx instead

    lambdalisue committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    9e431c4 View commit details
    Browse the repository at this point in the history
  4. Use System.Process instead of Process

    It fixes "neovim's system does not support background..." issue
    lambdalisue committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    01fb905 View commit details
    Browse the repository at this point in the history
  5. Add Process again

    Web.HTTP still require Process module
    lambdalisue committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    7f3644b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bee6e0c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Use __system__ instead

    lambdalisue committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    b0dccb3 View commit details
    Browse the repository at this point in the history