-
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.
* 9.1.0958: filetype: supertux2 config files detected as lisp * 9.1.0957: MS-Windows: conversion warnings * 9.1.0956: completion may crash, completion highlight wrong with preview window
- Loading branch information
1 parent
8843c71
commit d74b717
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.0955](https://github.com/vim/vim/commit/f07c10d7bb770547ab88cf479621b06a16c09b55): Vim9: vim9compile.c can be further improved\n* [runtime(doc): move help tag E1182](https://github.com/vim/vim/commit/08be9ddc8568918714e0e70347bd109c26b73db0)\n* [runtime(graphql): contribute vim-graphql to Vim core](https://github.com/vim/vim/commit/4ce1cb5bf1dc507224792543d8e56e6ab431a2b5) | ||
* [9.1.0958](https://github.com/vim/vim/commit/e62d93ead10b4c5818e3c0b7551f1784d24bfe33): filetype: supertux2 config files detected as lisp\n* [9.1.0957](https://github.com/vim/vim/commit/084529c03dd3e74c0d4f46a93f76e33789ac112e): MS-Windows: conversion warnings\n* [9.1.0956](https://github.com/vim/vim/commit/8d0bb6dc9f2e5d94ebb59671d592c1b7fa325ca6): completion may crash, completion highlight wrong with preview window |
Submodule vim
updated
17 files
+4 −4 | runtime/filetype.vim | |
+3 −2 | src/drawline.c | |
+7 −7 | src/ex_getln.c | |
+1 −1 | src/filepath.c | |
+17 −0 | src/insexpand.c | |
+3 −3 | src/option.c | |
+3 −2 | src/popupmenu.c | |
+1 −0 | src/proto/insexpand.pro | |
+20 −0 | src/testdir/dumps/Test_pum_matchins_11.dump | |
+2 −2 | src/testdir/test_filetype.vim | |
+20 −1 | src/testdir/test_popup.vim | |
+1 −1 | src/undo.c | |
+2 −2 | src/usercmd.c | |
+6 −0 | src/version.c | |
+1 −1 | src/vim9compile.c | |
+1 −1 | src/vim9execute.c | |
+1 −1 | src/viminfo.c |