comparison src/version.c @ 14903:c1ee9f32bec3 v8.1.0463

patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file prompt commit https://github.com/vim/vim/commit/798184cc67036285a24b38c0bf6668d4d1525548 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 20:48:39 2018 +0200 patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file prompt Problem: "simalt ~x" in .vimrc blocks swap file prompt. Solution: Flush buffers before prompting. (Yasuhiro Matsumoto, closes #3518, closes #2192)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 21:00:05 +0200
parents 014d916ab258
children c1e94bb0f004
comparison
equal deleted inserted replaced
14902:72fe7891fad8 14903:c1ee9f32bec3
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 463,
795 /**/ 797 /**/
796 462, 798 462,
797 /**/ 799 /**/
798 461, 800 461,
799 /**/ 801 /**/