Mercurial > vim
comparison src/feature.h @ 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 | ac02f2b5e9e2 |
children | 9f484a1841eb |
comparison
equal
deleted
inserted
replaced
34992:4188e78cbbce | 34993:cda1a8a06777 |
---|