-
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.0898: runtime(compiler): pytest compiler not included * 9.1.0897: filetype: pyrex files are not detected * runtime(compiler): update eslint compiler * 9.1.0896: completion list wrong after v9.1.0891 * runtime(doc): document changed default value for 'history'
- Loading branch information
1 parent
716aba9
commit 8263a3d
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(doc): document changed default value for 'history'](https://github.com/vim/vim/commit/075aeea40431a02e4da01f47d0cb7874d4eaa240) | ||
* [9.1.0898](https://github.com/vim/vim/commit/3c2596a9e967910143d41fbb9615614ab36d43a7): runtime(compiler): pytest compiler not included\n* [9.1.0897](https://github.com/vim/vim/commit/aa16b30552f0c6a00dcc761e3954cd5266bf106a): filetype: pyrex files are not detected\n* [runtime(compiler): update eslint compiler](https://github.com/vim/vim/commit/dd21c8962680ba726ac1bf78ae106a4b6071450f)\n* [9.1.0896](https://github.com/vim/vim/commit/a49c077a883b2566882df9069385ed1e1277ca64): completion list wrong after v9.1.0891\n* [runtime(doc): document changed default value for 'history'](https://github.com/vim/vim/commit/075aeea40431a02e4da01f47d0cb7874d4eaa240) |
Submodule vim
updated
13 files
+3 −4 | runtime/compiler/eslint.vim | |
+103 −0 | runtime/compiler/pytest.vim | |
+8 −0 | runtime/doc/quickfix.txt | |
+1 −0 | runtime/doc/tags | |
+2 −2 | runtime/filetype.vim | |
+9 −2 | runtime/ftplugin/python.vim | |
+70 −82 | src/insexpand.c | |
+20 −0 | src/testdir/dumps/Test_pum_keep_select_01.dump | |
+20 −0 | src/testdir/dumps/Test_pum_keep_select_02.dump | |
+2 −2 | src/testdir/test_compiler.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+25 −0 | src/testdir/test_popup.vim | |
+6 −0 | src/version.c |