Skip to content

Commit

Permalink
Merge branch 'master' into fix-home-variable-update-error
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields authored Jan 2, 2022
2 parents a4e567f + 13110c7 commit e1aacc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ Similar to the argument text object in [targets.vim](https://github.com/wellle/t

| Motion Command | Description |
| -------------- | ---------------------------------- |
| `<operator>ia` | The argument exluding separators. |
| `<operator>ia` | The argument excluding separators. |
| `<operator>aa` | The argument including separators. |

Usage examples:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@
"@types/glob": "7.2.0",
"@types/lodash": "4.14.178",
"@types/mocha": "9.0.0",
"@types/node": "14.18.3",
"@types/node": "14.18.4",
"@types/parsimmon": "1.10.6",
"@types/sinon": "10.0.6",
"@types/source-map-support": "0.5.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==

"@types/[email protected].3":
version "14.18.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.3.tgz#b3682cfd9d5542b025df13233d073cb4347f63f3"
integrity sha512-GtTH2crF4MtOIrrAa+jgTV9JX/PfoUCYr6MiZw7O/dkZu5b6gm5dc1nAL0jwGo4ortSBBtGyeVaxdC8X6V+pLg==
"@types/[email protected].4":
version "14.18.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.4.tgz#b722d6c91f156d9359aeb20f2d7d06337b15c603"
integrity sha512-swe3lD4izOJWHuxvsZdDFRq6S9i6koJsXOnQKYekhSO5JTizMVirUFgY/bUsaOJQj8oSD4oxmRYPBM/0b6jpdw==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down

0 comments on commit e1aacc0

Please sign in to comment.