Mercurial > vim
diff src/vim9class.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 | 8c9e43278b2c |
children | f57990be7526 |