-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0891: building the completion list array is inefficient * 9.1.0890: %! item not allowed for 'rulerformat' * runtime(gzip): load undofile if there exists one * 9.1.0889: Possible unnecessary redraw after adding/deleting lines
- Loading branch information
1 parent
582ee7c
commit ff30147
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(gzip): load undofile if there exists one](https://github.com/vim/vim/commit/7e501f4d9986866382888e67d8f11faf5767c8f4)\n* [9.1.0889](https://github.com/vim/vim/commit/9f25a3a237156889df3df78dbd8f12ee6059e332): Possible unnecessary redraw after adding/deleting lines | ||
* [9.1.0891](https://github.com/vim/vim/commit/80b662009c0fe8f1728a3f3a2c8013b7eebf6745): building the completion list array is inefficient\n* [9.1.0890](https://github.com/vim/vim/commit/ac023e8baae65584537aa3c11494dad6f71770af): %! item not allowed for 'rulerformat'\n* [runtime(gzip): load undofile if there exists one](https://github.com/vim/vim/commit/7e501f4d9986866382888e67d8f11faf5767c8f4)\n* [9.1.0889](https://github.com/vim/vim/commit/9f25a3a237156889df3df78dbd8f12ee6059e332): Possible unnecessary redraw after adding/deleting lines |
Submodule vim
updated
8 files
+2 −1 | runtime/doc/options.txt | |
+1 −0 | runtime/doc/tags | |
+3 −1 | runtime/doc/version9.txt | |
+83 −75 | src/insexpand.c | |
+6 −1 | src/optionstr.c | |
+2 −0 | src/testdir/dumps/Test_rulerformat_function.dump | |
+21 −0 | src/testdir/test_cmdline.vim | |
+4 −0 | src/version.c |