comparison src/version.c @ 30347:ea2935ec4435 v9.0.0509

patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer Commit: https://github.com/vim/vim/commit/500a1f9972afa354f0bc77bc535aabf9f5f0116d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 20 11:49:10 2022 +0100 patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer Problem: Confusing error for "saveas" command with "nofile" buffer. Solution: Give a clearer error message. (closes https://github.com/vim/vim/issues/11171)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 13:00:04 +0200
parents a193ffbaeb21
children 37a251ba4cf4
comparison
equal deleted inserted replaced
30346:3e591e2485d3 30347:ea2935ec4435
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 509,
702 /**/ 704 /**/
703 508, 705 508,
704 /**/ 706 /**/
705 507, 707 507,
706 /**/ 708 /**/