commit | 39c9ec16ea7ef13c5d783481542ee9aa6c05282c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Apr 01 13:52:03 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 13:52:03 2023 +0100 |
tree | fff76b9c362d6c7136ab37d72072468334a8dac4 | |
parent | 869113f3765d51fc822a61b2ba53d339797c1231 [diff] [blame] |
patch 9.0.1434: crash when adding package already in 'runtimepath' Problem: Crash when adding package already in 'runtimepath'. Solution: Change order for using 'runtimepath' entries. (closes #12215)
diff --git a/src/version.c b/src/version.c index 76f5f09..f87bc34 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1434, +/**/ 1433, /**/ 1432,