-
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.0158: 'shortmess' "F" flag doesn't work properly with 'autoread' * 9.1.0157: Duplicate assignment in f_getregion() * 9.1.0156: Make 'wfb' failing to split still report E1513 * runtime(syntax-tests): remove executable bit from sh test file * 9.1.0155: can only get getregion() from current buffer * 9.1.0154: shm=F not respected when reloading buffer with 'autoread' * 9.1.0153: Text properties corrupted with fo+=aw and backspace * translation(gr): add translation of the installer (#14148) * translation(it): Update Italian translation for winfixbuf * 9.1.0152: Coverity complains about ignoring return value
- Loading branch information
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.0155](https://github.com/vim/vim/commit/84bf6e658da51126bdd2e50af1f40cabd149343f): can only get getregion() from current buffer\n* [9.1.0154](https://github.com/vim/vim/commit/9db39b0ec90600bb41faec3a12b934b17c298b1f): shm=F not respected when reloading buffer with 'autoread'\n* [9.1.0153](https://github.com/vim/vim/commit/7ac1145fbebb66dfee325dc5265309877d941c4e): Text properties corrupted with fo+=aw and backspace\n* [translation(gr): add translation of the installer (#14148)](https://github.com/vim/vim/commit/c62dacb7ed30af310e93ad50bced5a510a618b39)\n* [translation(it): Update Italian translation for winfixbuf](https://github.com/vim/vim/commit/e3f2ef0eecf69d77b51c16cdafb2a4ae0869f8ce)\n* [9.1.0152](https://github.com/vim/vim/commit/af7ae8160041e2d17c56945381e9370e7178e596): Coverity complains about ignoring return value | ||
* [9.1.0158](https://github.com/vim/vim/commit/8a01744c563f615ae7f6b3ab7f5208214a45a8e2): 'shortmess' "F" flag doesn't work properly with 'autoread'\n* [9.1.0157](https://github.com/vim/vim/commit/0df8f93bdaea77a1afb9f4eca94fe67ec73e6df2): Duplicate assignment in f\_getregion()\n* [9.1.0156](https://github.com/vim/vim/commit/769eb2d0c3614f9ea6fffa82329558f1a4af384f): Make 'wfb' failing to split still report E1513\n* [runtime(syntax-tests): remove executable bit from sh test file](https://github.com/vim/vim/commit/64de03a22bcb3ea15a215673c08390e6babcc03f)\n* [9.1.0155](https://github.com/vim/vim/commit/84bf6e658da51126bdd2e50af1f40cabd149343f): can only get getregion() from current buffer\n* [9.1.0154](https://github.com/vim/vim/commit/9db39b0ec90600bb41faec3a12b934b17c298b1f): shm=F not respected when reloading buffer with 'autoread'\n* [9.1.0153](https://github.com/vim/vim/commit/7ac1145fbebb66dfee325dc5265309877d941c4e): Text properties corrupted with fo+=aw and backspace\n* [translation(gr): add translation of the installer (#14148)](https://github.com/vim/vim/commit/c62dacb7ed30af310e93ad50bced5a510a618b39)\n* [translation(it): Update Italian translation for winfixbuf](https://github.com/vim/vim/commit/e3f2ef0eecf69d77b51c16cdafb2a4ae0869f8ce)\n* [9.1.0152](https://github.com/vim/vim/commit/af7ae8160041e2d17c56945381e9370e7178e596): Coverity complains about ignoring return value |
Submodule vim
updated
10 files
+5 −5 | runtime/doc/builtin.txt | |
+0 −0 | runtime/syntax/testdir/input/sh_11.sh | |
+0 −1 | src/evalfunc.c | |
+2 −3 | src/ex_cmds2.c | |
+9 −1 | src/fileio.c | |
+3 −2 | src/quickfix.c | |
+26 −8 | src/testdir/test_options.vim | |
+1 −1 | src/testdir/test_undo.vim | |
+43 −19 | src/testdir/test_winfixbuf.vim | |
+6 −0 | src/version.c |