-
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.
* runtime(syntax-tests): tiny vim fails because of line-continuation * 9.1.0814: mapset() may remove unrelated mapping
- Loading branch information
1 parent
5d94eba
commit 43e4657
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.0813](https://github.com/vim/vim/commit/118072862b7c01cceb22f28fd85b1621cf03a2d1): no error handling with setglobal and number types\n* [9.1.0812](https://github.com/vim/vim/commit/d0809869d6445faecd323fb33dc271d8c74a94fb): Coverity warns about dereferencing NULL ptr\n* [9.1.0811](https://github.com/vim/vim/commit/2f6efaccfd5c4e7df1f54ed0f41f329abbe05f60): :find expansion does not consider 'findexpr' | ||
* [runtime(syntax-tests): tiny vim fails because of line-continuation](https://github.com/vim/vim/commit/de79f9129adca68f4b209c95a04500e97f626c5e)\n* [9.1.0814](https://github.com/vim/vim/commit/fdf135a0525746cc0ff85bed2fbbde320ddb6d0d): mapset() may remove unrelated mapping |
Submodule vim
updated
5 files
+3 −0 | runtime/syntax/testdir/runtest.vim | |
+16 −6 | src/map.c | |
+19 −0 | src/testdir/test_map_functions.vim | |
+2 −0 | src/version.c | |
+4 −3 | src/vim.h |