-
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.0813: no error handling with setglobal and number types * 9.1.0812: Coverity warns about dereferencing NULL ptr * 9.1.0811: :find expansion does not consider 'findexpr'
- Loading branch information
1 parent
1114c67
commit 5d94eba
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.0810](https://github.com/vim/vim/commit/aeb1c97db5b9de4f4903e7f288f2aa5ad6c49440): cannot easily adjust the |:find| command\n* [9.1.0809](https://github.com/vim/vim/commit/626b6ab48682b211c22ede5a6e63513c85f93e58): filetype: petalinux config files not recognized\n* [9.1.0808](https://github.com/vim/vim/commit/6d5f4a0bed7644d5fcd442000a902ed3ae0704fe): Terminal scrollback doesn't shrink when decreasing 'termwinscroll'\n* [9.1.0807](https://github.com/vim/vim/commit/3e5bbb8e11758d879acf17aa6668874bfccd7e96): tests: having 'nolist' in modelines isn't always desired\n* [9.1.0806](https://github.com/vim/vim/commit/b38700ac81d90a652e5c8495056dd78df5babdde): tests: no error check when setting global 'briopt'\n* [9.1.0805](https://github.com/vim/vim/commit/231480f9753fa3fb28e17b670550ce43172c0eba): tests: minor issues in gen\_opt\_test.vim\n* [9.1.0804](https://github.com/vim/vim/commit/a441a3eaabbfc14b4772e07ecbecaaff3bd06a58): tests: no error check when setting global 'cc'\n* [9.1.0803](https://github.com/vim/vim/commit/5e7a6a4a106923e45c67dae6810e4c9753f88025): tests: no error check when setting global 'isk'\n* [9.1.0802](https://github.com/vim/vim/commit/142cad1f88d1d3aa34b6050151e620b66185112e): tests: no error check when setting global 'fdm' to empty value\n* [9.1.0801](https://github.com/vim/vim/commit/94606f70e2e5889feff86f0e8beacdfb88867516): tests: no error check when setting global 'termwinkey'\n* [9.1.0800](https://github.com/vim/vim/commit/8be10aa9e4f88d9cc3d0a556cb259635145a8575): tests: no error check when setting global 'termwinsize'\n* [runtime(doc): :ownsyntax also resets 'spelloptions'](https://github.com/vim/vim/commit/19be0eb7f0c5877fef927a22457fdd7b3ec0ea9b)\n* [9.1.0799](https://github.com/vim/vim/commit/ceec8640df0f75c6e7759fbb3d7a1064313321fb): tests: gettwinvar()/gettabwinvar() tests are not comprehensive\n* [runtime(doc): Fix wrong Mac default options](https://github.com/vim/vim/commit/92b59c628ab852ab224de134eaf0a5132e9eac9e) | ||
* [9.1.0813](https://github.com/vim/vim/commit/118072862b7c01cceb22f28fd85b1621cf03a2d1): no error handling with setglobal and number types\n* [9.1.0812](https://github.com/vim/vim/commit/d0809869d6445faecd323fb33dc271d8c74a94fb): Coverity warns about dereferencing NULL ptr\n* [9.1.0811](https://github.com/vim/vim/commit/2f6efaccfd5c4e7df1f54ed0f41f329abbe05f60): :find expansion does not consider 'findexpr' |
Submodule vim
updated
11 files
+1 −1 | runtime/doc/options.txt | |
+1 −0 | runtime/doc/tags | |
+21 −12 | src/cmdexpand.c | |
+2 −0 | src/errors.h | |
+62 −19 | src/ex_docmd.c | |
+73 −15 | src/option.c | |
+1 −0 | src/proto/ex_docmd.pro | |
+0 −8 | src/testdir/gen_opt_test.vim | |
+33 −3 | src/testdir/test_findfile.vim | |
+6 −0 | src/version.c | |
+2 −2 | src/window.c |