-
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.0672: marker folds may get corrupted on undo * Problem: crash with WinNewPre autocommand * 9.1.0670: po file encoding fails on *BSD during make * translation(it): Update Italian translation * translation: Stop using msgconv * 9.1.0669: if_python: stable python ABI not used by default * Update .gitignore and .hgignore files
- Loading branch information
1 parent
2bc6683
commit 81e7625
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.0668](https://github.com/vim/vim/commit/9abd7158d7d10b2b6a6b786c5ef0d428f690e37d): build-error with python3.12 and stable ABI\n* [translations: Update generated po files](https://github.com/vim/vim/commit/181fda18e98620144a0e82a5b5a80dc47448af20)\n* [9.1.0667](https://github.com/vim/vim/commit/b026a293b1e9d7a30f7717e256fe5f7f1dfa20d7): Some other options reset curswant unnecessarily when set | ||
* [9.1.0672](https://github.com/vim/vim/commit/8d02e5cf961b06da5bc490ac5972bcbc252c4793): marker folds may get corrupted on undo\n* [Problem: crash with WinNewPre autocommand](https://github.com/vim/vim/commit/fb3f9699362f8d51c3b48fcaea1eb2ed16c81454)\n* [9.1.0670](https://github.com/vim/vim/commit/e20aeb875c5da145922696823d893de5f61807ae): po file encoding fails on \*BSD during make\n* [translation(it): Update Italian translation](https://github.com/vim/vim/commit/659713da338fc758317e4e600170b02887ae3727)\n* [translation: Stop using msgconv](https://github.com/vim/vim/commit/26306873150cfd717aea09164ee6046138ed77ff)\n* [9.1.0669](https://github.com/vim/vim/commit/1c032e36a689932e58a2b3f0b0c890c773ca00d8): if\_python: stable python ABI not used by default\n* [Update .gitignore and .hgignore files](https://github.com/vim/vim/commit/3383ed7e2446a4d977250360c45c568296110615) |
Submodule vim
updated
21 files
+2 −0 | .gitignore | |
+2 −0 | .hgignore | |
+5 −3 | runtime/doc/autocmd.txt | |
+7 −2 | src/Make_cyg_ming.mak | |
+7 −2 | src/Make_mvc.mak | |
+15 −6 | src/auto/configure | |
+13 −4 | src/configure.ac | |
+5 −0 | src/fold.c | |
+34 −81 | src/po/Make_mvc.mak | |
+25 −25 | src/po/Makefile | |
+1 −1 | src/po/cs.cp1250.po | |
+34 −57 | src/po/it.po | |
+115 −212 | src/po/ru.cp1251.po | |
+1 −1 | src/po/sk.cp1250.po | |
+1 −1 | src/po/zh_TW.po | |
+ − | src/testdir/crash/nullpointer | |
+48 −15 | src/testdir/test_autocmd.vim | |
+6 −0 | src/testdir/test_crash.vim | |
+21 −0 | src/testdir/test_fold.vim | |
+8 −0 | src/version.c | |
+5 −2 | src/window.c |