Rename and document new config var

This commit is contained in:
Lorenzo Bolla
2016-07-18 10:55:19 +01:00
parent 7b81eb79b8
commit 2450c95d8a
3 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ oneTimeSetUp() {
setUp() {
BUFFER=''
POSTDISPLAY=''
ZSH_BUFFER_MAX_SIZE=''
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=''
}
tearDown() {
@@ -45,7 +45,7 @@ testModify() {
testModifyBufferTooLarge() {
ZSH_BUFFER_MAX_SIZE='20'
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE='20'
stub_and_eval \
_zsh_autosuggest_invoke_original_widget \