*highlight: pure_buf_len no longer used and needed

This commit is contained in:
Sebastian Gniazdowski 2016-10-17 12:35:58 +02:00
parent cf97c91dba
commit d37fe9d4b6

View file

@ -173,7 +173,6 @@ typeset -gA HSMW_HIGHLIGHT_STYLES
local -a options_to_set # used in callees local -a options_to_set # used in callees
local buf="$1" local buf="$1"
integer len="${#buf}" integer len="${#buf}"
integer pure_buf_len=len # historical, was $#BUFFER, i.e. len without $PREBUFFER; used e.g. in *_check_path
local braces_stack # "R" for round, "Q" for square, "Y" for curly local braces_stack # "R" for round, "Q" for square, "Y" for curly