comparison src/version.c @ 30954:3e8aed429cc5 v9.0.0811

patch 9.0.0811: error if :echowin is preceded by a command modifier Commit: https://github.com/vim/vim/commit/2435adf8eb13736e2b3d012bb70df9ef960ffd60 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 21 12:05:46 2022 +0100 patch 9.0.0811: error if :echowin is preceded by a command modifier Problem: Error if :echowin is preceded by a command modifier. Solution: Do not give an error for range when there is a modifier. (closes #11414)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Oct 2022 13:15:03 +0200
parents 61558a67630a
children ff798e6f4599
comparison
equal deleted inserted replaced
30953:e0b47ccd75a4 30954:3e8aed429cc5
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 811,
698 /**/ 700 /**/
699 810, 701 810,
700 /**/ 702 /**/
701 809, 703 809,
702 /**/ 704 /**/