Mercurial > vim
comparison src/version.c @ 30869:bff3fa5f4c74 v9.0.0769
patch 9.0.0769: too many delete() calls in tests
Commit: https://github.com/vim/vim/commit/db4c94788ad70118fa1ccc5fbc821757350ac771
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 15 22:06:06 2022 +0100
patch 9.0.0769: too many delete() calls in tests
Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 15 Oct 2022 23:15:04 +0200 |
parents | 0913cd44fdfa |
children | 86683574317a |
comparison
equal
deleted
inserted
replaced
30868:ae65ad930e86 | 30869:bff3fa5f4c74 |
---|---|
693 NULL | 693 NULL |
694 }; | 694 }; |
695 | 695 |
696 static int included_patches[] = | 696 static int included_patches[] = |
697 { /* Add new patch number below this line */ | 697 { /* Add new patch number below this line */ |
698 /**/ | |
699 769, | |
698 /**/ | 700 /**/ |
699 768, | 701 768, |
700 /**/ | 702 /**/ |
701 767, | 703 767, |
702 /**/ | 704 /**/ |