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: prompt-toolkit/pyvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lieryan/pyvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 5 files changed
  • 1 contributor

Commits on May 29, 2019

  1. Fix comment

    lieryan committed May 29, 2019
    Configuration menu
    Copy the full SHA
    89d5fa6 View commit details
    Browse the repository at this point in the history
  2. Fix C-t (indent_line)

    lieryan committed May 29, 2019
    Configuration menu
    Copy the full SHA
    127baef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce151fc View commit details
    Browse the repository at this point in the history
  4. Fix quit_all (:qa)

    lieryan committed May 29, 2019
    Configuration menu
    Copy the full SHA
    6aaea69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fac9f71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae6dbc6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    b81a5e1 View commit details
    Browse the repository at this point in the history
  2. Refactor tests

    lieryan committed May 31, 2019
    Configuration menu
    Copy the full SHA
    ac8a5f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b1b694 View commit details
    Browse the repository at this point in the history
  4. Implement :wq to use quit()

    lieryan committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8e92840 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43c2825 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9aea51f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffcec1b View commit details
    Browse the repository at this point in the history
  8. Add expanduser to cd()

    This allows changing directory with user directory like `:cd ~`
    lieryan committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8f3d933 View commit details
    Browse the repository at this point in the history
Loading