-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.3458: not all dictdconf files are recognized * 8.2.3457: MS-Windows Vim9: test executed and fails * 8.2.3456: Vim9: not all functions are tested with empty string argument * 8.2.3455: using a count with "gp" leaves '] in wrong position * 8.2.3454: using a count with "gp" leave cursor in wrong position * 8.2.3453: autocmd not executed when editing a directory * Correct Spanish translations * Update runtime files
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [8.2.3455](https://github.com/vim/vim/commit/56858e4ed4e338e15821767b8303b06099e40384): using a count with "gp" leaves '\] in wrong position\n* [8.2.3454](https://github.com/vim/vim/commit/23003e51e18371afda4420d9e171a3dcba5a31cc): using a count with "gp" leave cursor in wrong position\n* [8.2.3453](https://github.com/vim/vim/commit/40fa12aea352474d229f2f750e954a4318aead4e): autocmd not executed when editing a directory\n* [Correct Spanish translations](https://github.com/vim/vim/commit/da0b497c6e4e01447669773a931b0eaa5ca757f3)\n* [Update runtime files](https://github.com/vim/vim/commit/34cc7d8c034f2bc5b57455577051db8d72e2b87c) | ||
* [8.2.3458](https://github.com/vim/vim/commit/be01090efad242e30728275dea05420db6f96257): not all dictdconf files are recognized\n* [8.2.3457](https://github.com/vim/vim/commit/b16ff292ad5f07ed5a7e36a2236b2f82c943c982): MS-Windows Vim9: test executed and fails\n* [8.2.3456](https://github.com/vim/vim/commit/f8dbd586660c35e44276151b731eeedeace9b53e): Vim9: not all functions are tested with empty string argument\n* [8.2.3455](https://github.com/vim/vim/commit/56858e4ed4e338e15821767b8303b06099e40384): using a count with "gp" leaves '\] in wrong position\n* [8.2.3454](https://github.com/vim/vim/commit/23003e51e18371afda4420d9e171a3dcba5a31cc): using a count with "gp" leave cursor in wrong position\n* [8.2.3453](https://github.com/vim/vim/commit/40fa12aea352474d229f2f750e954a4318aead4e): autocmd not executed when editing a directory\n* [Correct Spanish translations](https://github.com/vim/vim/commit/da0b497c6e4e01447669773a931b0eaa5ca757f3)\n* [Update runtime files](https://github.com/vim/vim/commit/34cc7d8c034f2bc5b57455577051db8d72e2b87c) |
Submodule vim
updated
6 files
+1 −1 | runtime/filetype.vim | |
+2 −3 | src/evalfunc.c | |
+1 −1 | src/testdir/test_filetype.vim | |
+77 −2 | src/testdir/test_vim9_builtin.vim | |
+4 −0 | src/testdir/test_vim9_script.vim | |
+6 −0 | src/version.c |