-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0401: filetype: zsh module files are not recognized * runtime(netrw): Remove hardcoded private.ppk logic from netrw * 9.1.0400: Vim9: confusing error message for unknown type
- 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 @@ | ||
* [9.1.0399](https://github.com/vim/vim/commit/d5c8c0920e1eee9ff7a9fa5168d8e85c01670630): block\_editing errors out when using del\n* [runtime(spec): add new items to scripts section in syntax plugin](https://github.com/vim/vim/commit/cb3691811be93b2c49179649c684d6ce2141a46f)\n* [9.1.0398](https://github.com/vim/vim/commit/9937d8b61922a02311509fb3352583d9e8c54885): Vim9: imported vars are not properly type checked\n* [9.1.0397](https://github.com/vim/vim/commit/c7a8eb5ff2ddd919e6f39faec93d81c52874695a): Wrong display with 'smoothscroll' when changing quickfix list\n* [9.1.0396](https://github.com/vim/vim/commit/6a4ea471d28107c4078e106ace1bdc0c54bf946b): filetype: jj files are not recognized\n* [9.1.0395](https://github.com/vim/vim/commit/b8ecedce79149ac6b994177e9a68979f86065cb1): getregionpos() may leak memory on error\n* [The CODEOWNERS File is not useful](https://github.com/vim/vim/commit/3ac83c7141dd60ae45c0346b7c0f4539587391aa)\n* [runtime(netrw): Remove and cleanup Win9x legacy from netrw](https://github.com/vim/vim/commit/1e34b95e4402fd8964ea4bcee0d2b6ffa6677aab)\n* [runtime(doc): add MsgArea to 'highlight' option description](https://github.com/vim/vim/commit/fb745756db23c5500294ba3f8ef48ef18080f247)\n* [9.1.0394](https://github.com/vim/vim/commit/b4757e627e6c83d1c8e5535d4887a82d6a5efdd0): Cannot get a list of positions describing a region\n* [runtime(cpp): Fix digit separator in syntax script for octals and floats](https://github.com/vim/vim/commit/c5def6561d5612487ac3523787da1c26335b17e1)\n* [README.md: Update link to Wikipedia Vi page](https://github.com/vim/vim/commit/4e9adfa3d119926fa085691527f89ab48d47fb89)\n* [runtime(sh,zsh): clear $MANPAGER in ftplugin before shelling out](https://github.com/vim/vim/commit/8d8cb45756cb7e6fda17013b8347be3a11b29610)\n* [runtime(doc): Fix typos in help documents](https://github.com/vim/vim/commit/53753f6a49253cdb3f98f6461d3de3b07ed67451) | ||
* [9.1.0401](https://github.com/vim/vim/commit/887a38cee78c472fe406da60751fbba4a6ec19dd): filetype: zsh module files are not recognized\n* [runtime(netrw): Remove hardcoded private.ppk logic from netrw](https://github.com/vim/vim/commit/ce2ad9ffd79fe6b2307cd46b96af7d99c0dd646e)\n* [9.1.0400](https://github.com/vim/vim/commit/1b53172901ebe5be3ddf1baee22d964c8d41e899): Vim9: confusing error message for unknown type |
Submodule vim
updated
8 files
+6 −2 | runtime/autoload/dist/ft.vim | |
+3 −12 | runtime/autoload/netrw.vim | |
+8 −1 | runtime/filetype.vim | |
+2 −2 | src/testdir/test_filetype.vim | |
+16 −1 | src/testdir/test_vim9_script.vim | |
+1 −1 | src/testdir/test_vim9_typealias.vim | |
+4 −0 | src/version.c | |
+7 −0 | src/vim9type.c |