mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
*highlight: pure_buf_len no longer used and needed
This commit is contained in:
parent
cf97c91dba
commit
d37fe9d4b6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue