mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
back to 32 token limit
This commit is contained in:
parent
84f01d5cb3
commit
849e9519de
2 changed files with 2 additions and 2 deletions
|
@ -5384,7 +5384,7 @@ function _p9k_parse_buffer() {
|
|||
local -r id='(<->|[[:alpha:]_][[:IDENT:]]#)'
|
||||
local -r var="\$$id|\${$id}|\"\$$id\"|\"\${$id}\""
|
||||
|
||||
local -i e c=1024
|
||||
local -i e c=32
|
||||
local skip n s r state
|
||||
local -a aln alp alf v commands match mbegin mend
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ function _p9k_parse_buffer() {
|
|||
local -r id='(<->|[[:alpha:]_][[:IDENT:]]#)'
|
||||
local -r var="\$$id|\${$id}|\"\$$id\"|\"\${$id}\""
|
||||
|
||||
local -i e c=1024
|
||||
local -i e c=32
|
||||
local skip n s r state
|
||||
local -a aln alp alf v commands match mbegin mend
|
||||
|
||||
|
|
Loading…
Reference in a new issue