Update tldr

This commit is contained in:
Philippe Bordron 2017-10-04 10:29:38 +02:00 committed by GitHub
parent 6c67c52179
commit 198906580a
1 changed files with 1 additions and 1 deletions

2
tldr
View File

@ -316,7 +316,7 @@ Display_tldr(){
'`') ((newfmt)) && Unlinted "Bad first character"
((${#REPLY} <= 2)) && Unlinted "No valid code content"
[[ ! ${REPLY: -1} = '`' ]] && Unlinted "Code doesn't end in backtick"
val=${REPLY:1:${#REPLY}-1}
val=${REPLY:1:${#REPLY}-2}
# Value: convert {{value}}
val=${val//\{\{/$CX$V}
val=${val//\}\}/$XV$C}