To: vim_dev@googlegroups.com Subject: Patch 9.0.0818 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0818 (after 9.0.0815) Problem: "!ls" does not work. Solution: Do not free memory that is in use. Files: src/ex_cmds.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 */ /**/ + 818, + /**/ 817, /**/ 816,