mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
*highlight: Remove $PREBUFFER reference
This commit is contained in:
parent
4691732e6a
commit
7b109e615f
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ typeset -gA HSMW_HIGHLIGHT_STYLES
|
|||
local -a options_to_set # used in callees
|
||||
local buf="$1"
|
||||
integer len="${#buf}"
|
||||
integer pure_buf_len=$(( len - ${#PREBUFFER} )) # == $#BUFFER, used e.g. in *_check_path
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue