-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: VSCodeVim/Vim
base: v1.8.2
head repository: VSCodeVim/Vim
compare: v1.9.0
- 17 commits
- 24 files changed
- 7 contributors
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a60e23f - Browse repository at this point
Copy the full SHA a60e23fView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05c9e1d - Browse repository at this point
Copy the full SHA 05c9e1dView commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9226a0d - Browse repository at this point
Copy the full SHA 9226a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac55021 - Browse repository at this point
Copy the full SHA ac55021View commit details
Commits on Jul 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9376a54 - Browse repository at this point
Copy the full SHA 9376a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 365a8b3 - Browse repository at this point
Copy the full SHA 365a8b3View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7c3086e - Browse repository at this point
Copy the full SHA 7c3086eView commit details
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 20f2edb - Browse repository at this point
Copy the full SHA 20f2edbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5293a37 - Browse repository at this point
Copy the full SHA 5293a37View commit details -
Add ReplaceWithRegister plugin (#3887)
An easy way to replace text with the contents of a register
Configuration menu - View commit details
-
Copy full SHA for 8aacdea - Browse repository at this point
Copy the full SHA 8aacdeaView commit details -
Fix f/F/t/T with <tab> (#3914)
* Fix f/F/t/T with <tab> Fixes #2510 * Code review: use helper function
Configuration menu - View commit details
-
Copy full SHA for 9fc2cb2 - Browse repository at this point
Copy the full SHA 9fc2cb2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bf5e24d - Browse repository at this point
Copy the full SHA bf5e24dView commit details
Commits on Jul 25, 2019
-
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)
Configuration menu - View commit details
-
Copy full SHA for 38cca47 - Browse repository at this point
Copy the full SHA 38cca47View commit details
Commits on Jul 26, 2019
-
Implement ampersand (&) action
This action repeats the last substitution, equivalent to `:s`. Fixes #3808
Configuration menu - View commit details
-
Copy full SHA for 410badc - Browse repository at this point
Copy the full SHA 410badcView commit details -
Merge pull request #3925 from J-Fields/ampersand
Implement ampersand (&) action
Configuration menu - View commit details
-
Copy full SHA for 7b6c20a - Browse repository at this point
Copy the full SHA 7b6c20aView commit details
Commits on Jul 29, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 8c306c2 - Browse repository at this point
Copy the full SHA 8c306c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2018b72 - Browse repository at this point
Copy the full SHA 2018b72View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.2...v1.9.0