comparison src/version.c @ 29867:6eaef7375f17 v9.0.0272

patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer Commit: https://github.com/vim/vim/commit/b1d2c8116cb5577961ea109651fb888b5e58265f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 11:55:01 2022 +0100 patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer Problem: BufReadCmd not triggered when loading a "nofile" buffer. (Maxim Kim) Solution: Call readfile() but bail out before reading a file. (closes #10983)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 13:00:04 +0200
parents 4291eb97e479
children 0eab537e9ccb
comparison
equal deleted inserted replaced
29866:607385b95bf7 29867:6eaef7375f17
721 NULL 721 NULL
722 }; 722 };
723 723
724 static int included_patches[] = 724 static int included_patches[] =
725 { /* Add new patch number below this line */ 725 { /* Add new patch number below this line */
726 /**/
727 272,
726 /**/ 728 /**/
727 271, 729 271,
728 /**/ 730 /**/
729 270, 731 270,
730 /**/ 732 /**/