comparison src/version.c @ 34993:cda1a8a06777 v9.1.0352

patch 9.1.0352: Finding cmd modifiers and cmdline-specials is inefficient Commit: https://github.com/vim/vim/commit/ed908f760d9fe933690745bac91aedb698bbd48f Author: John Marriott <basilisk@internode.on.net> Date: Thu Apr 18 22:46:56 2024 +0200 patch 9.1.0352: Finding cmd modifiers and cmdline-specials is inefficient Problem: Finding cmd modifiers and cmdline-specials is inefficient Solution: Use binary search to find ex command modifiers and cmdline-special characters and reduce the number of strlen() (John Marriott) closes: #14534 Signed-off-by: John Marriott <basilisk@internode.on.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Apr 2024 23:00:02 +0200
parents ca76febc62fc
children 7d167edb4c3d
comparison
equal deleted inserted replaced
34992:4188e78cbbce 34993:cda1a8a06777
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 352,
707 /**/ 709 /**/
708 351, 710 351,
709 /**/ 711 /**/
710 350, 712 350,
711 /**/ 713 /**/