Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint
* jc/apply-ws-fix-tab-in-indent: test: resurrect q_to_tab apply --whitespace=fix: avoid running over the postimage buffer
This commit is contained in:
@ -91,6 +91,10 @@ q_to_tab () {
|
||||
tr Q '\011'
|
||||
}
|
||||
|
||||
qz_to_tab_space () {
|
||||
tr QZ '\011\040'
|
||||
}
|
||||
|
||||
append_cr () {
|
||||
sed -e 's/$/Q/' | tr Q '\015'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user