-
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.
* 9.1.1050: too many strlen() calls in os_unix.c * 9.1.1049: insert-completed items are always sorted
- Loading branch information
1 parent
76bc845
commit 549687b
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.1048](https://github.com/vim/vim/commit/df098fedbc2c481e91ea7e6207dab90359a92cc3): crash after scrolling and pasting in silent Ex mode\n* [9.1.1047](https://github.com/vim/vim/commit/613d0bc128a86870ed978f08981becc619f95d58): Makefiles uses non-portable syntax | ||
* [9.1.1050](https://github.com/vim/vim/commit/efc41a5958bf25b352e0916af5f57dafbbb44f17): too many strlen() calls in os\_unix.c\n* [9.1.1049](https://github.com/vim/vim/commit/f400a0cc41113eb75516bdd7f38aeaa15208ba2c): insert-completed items are always sorted |
Submodule vim
updated
8 files
+5 −1 | runtime/doc/options.txt | |
+10 −10 | runtime/doc/version9.txt | |
+11 −8 | src/insexpand.c | |
+1 −0 | src/option.h | |
+1 −1 | src/optionstr.c | |
+118 −77 | src/os_unix.c | |
+16 −1 | src/testdir/test_ins_complete.vim | |
+4 −0 | src/version.c |