1
0
Fork 0
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:
romkatv 2020-01-11 19:26:45 +01:00
parent 84f01d5cb3
commit 849e9519de
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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