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: VSCodeVim/Vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.2
Choose a base ref
...
head repository: VSCodeVim/Vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 17 commits
  • 24 files changed
  • 7 contributors

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    a60e23f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    05c9e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    9226a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac55021 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    9376a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365a8b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    7c3086e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    20f2edb View commit details
    Browse the repository at this point in the history
  2. Make % skip over characters such as '>' (#3913)

    These have matches, but are not compatible with the `%` motion (matchesWithPercentageMotion=false). We should skip over them to find one that is compatible.
    Fixes #3807
    J-Fields authored and jpoon committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    5293a37 View commit details
    Browse the repository at this point in the history
  3. Add ReplaceWithRegister plugin (#3887)

    An easy way to replace text with the contents of a register
    kizza authored and jpoon committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8aacdea View commit details
    Browse the repository at this point in the history
  4. Fix f/F/t/T with <tab> (#3914)

    * Fix f/F/t/T with <tab>
    
    Fixes #2510
    
    * Code review: use helper function
    J-Fields authored and jpoon committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    9fc2cb2 View commit details
    Browse the repository at this point in the history
  5. Handle backspace on first character of all-space line correctly (#3916)

    * Handle backspace on first character of all-space line correctly
    
    Fixes #3915
    
    * Code review: Use \s in regex
    J-Fields authored and jpoon committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    bf5e24d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Move prettier configuration to .prettierrc (#3921)

    This means that people can develop with the intended prettier
    configuration in their local editor (as will look for a .prettierrc by
    default), while maintaining the `forceprettier` functionality (and
    keeps the configuration in one place)
    kizza authored and jpoon committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    38cca47 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Implement ampersand (&) action

    This action repeats the last substitution, equivalent to `:s`.
    Fixes #3808
    J-Fields committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    410badc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3925 from J-Fields/ampersand

    Implement ampersand (&) action
    xconverge authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    7b6c20a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Make C work with registers (#3927)

    I'm not 100% sure that there wasn't a reason why mustBeFirstKey was true, but I can't see what it would be.
    Fixes #2504
    J-Fields authored and jpoon committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8c306c2 View commit details
    Browse the repository at this point in the history
  2. bump version

    jpoon committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    2018b72 View commit details
    Browse the repository at this point in the history
Loading