Skip to content

Commit

Permalink
Update CHANGELOG.md and nix suite.only
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Sep 7, 2024
1 parent 997a2c7 commit 2cb9552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Unreleased

### Added

- Support `langmap` ([@Opisek](https://github.com/Opisek)).
- Partial support for expressions, `:let`, and `:ec[ho]` ([@J-Fields](https://github.com/J-Fields)).

## [v1.28.1](https://github.com/vscodevim/vim/tree/v1.28.1) (2024-09-07)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion test/vimscript/expression.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function exprTest(
});
}

suite.only('Vimscript expressions', () => {
suite('Vimscript expressions', () => {
suite('Parse & evaluate expression', () => {
suite('Numbers', () => {
exprTest('0', { expr: int(0) });
Expand Down

0 comments on commit 2cb9552

Please sign in to comment.