To: vim_dev@googlegroups.com Subject: Patch 9.0.0817 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0817 (after 9.0.0816) Problem: Build error. Solution: correct variable name. Files: src/bufwrite.c [diff incomplete] *** /tmp/ztqdby/src/version.c 2022-11-01 22:30:57.356665388 +0000 --- /tmp/PHnS9x/src/version.c 2022-11-01 22:30:57.356665388 +0000 *************** *** 696,701 **** --- 696,703 ---- static int included_patches[] = { /* Add new patch number below this line */ /**/ + 817, + /**/ 816, /**/ 815,