-
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(indent-test): MS-Windows: Add Makefile for running indent tests * 9.1.0184: Cursor pos wrong when clicking with conceal and wrap * 9.1.0183: Wrong display or screenpos() result when toggling diff mode * 9.1.0182: Can define function with invalid name inside 'formatexpr' * tools/rename.bat uses 'mv' and "move" (#14201) * runtime(doc): make :h tag-! more consistent (#14208) * runtime(vim): Update base-syntax, revert last change to vimUserFunc (#14202) * runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199)
- 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 @@ | ||
* [runtime(vim): Update base-syntax, revert last change to vimUserFunc (#14202)](https://github.com/vim/vim/commit/b4b3d7de2413bf277445ea724c9cbd5e6bf9a334)\n* [runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199)](https://github.com/vim/vim/commit/61887b3d6fd8b441c90416ea7855e1fe5a9ae32c) | ||
* [runtime(indent-test): MS-Windows: Add Makefile for running indent tests](https://github.com/vim/vim/commit/8291e91c6b10e0cdeb2f29c8f1a0aad6d5b5c684)\n* [9.1.0184](https://github.com/vim/vim/commit/d0c1b7723f7e73763597af2f97a53d94ab7ed020): Cursor pos wrong when clicking with conceal and wrap\n* [9.1.0183](https://github.com/vim/vim/commit/9e7f1fc2f159d58b2a4cd4b7060bead126fead49): Wrong display or screenpos() result when toggling diff mode\n* [9.1.0182](https://github.com/vim/vim/commit/6a04bf5ee523b2d6d01d7290e356a30de219f465): Can define function with invalid name inside 'formatexpr'\n* [tools/rename.bat uses 'mv' and "move" (#14201)](https://github.com/vim/vim/commit/20eaf8b78d9724fbcd8d55bff9f2fb5cc8c2ff08)\n* [runtime(doc): make :h tag-! more consistent (#14208)](https://github.com/vim/vim/commit/989faa4fce65a48d95fd8c9ae402672d70b8de7f)\n* [runtime(vim): Update base-syntax, revert last change to vimUserFunc (#14202)](https://github.com/vim/vim/commit/b4b3d7de2413bf277445ea724c9cbd5e6bf9a334)\n* [runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199)](https://github.com/vim/vim/commit/61887b3d6fd8b441c90416ea7855e1fe5a9ae32c) |
Submodule vim
updated
19 files
+38 −37 | Filelist | |
+14 −14 | runtime/doc/tagsrch.txt | |
+21 −0 | runtime/indent/Make_mvc.mak | |
+3 −0 | runtime/indent/Makefile | |
+19 −19 | runtime/indent/testdir/runtest.vim | |
+6 −2 | src/diff.c | |
+16 −11 | src/drawline.c | |
+4 −3 | src/drawscreen.c | |
+1 −29 | src/mouse.c | |
+1 −1 | src/proto/screen.pro | |
+9 −2 | src/screen.c | |
+3 −2 | src/terminal.c | |
+113 −67 | src/testdir/test_conceal.vim | |
+67 −0 | src/testdir/test_diffmode.vim | |
+19 −0 | src/testdir/test_user_func.vim | |
+3 −0 | src/userfunc.c | |
+6 −0 | src/version.c | |
+1 −0 | src/vim.h | |
+38 −6 | tools/rename.bat |