fix: add last recall for ctrl_R widget

pull/123/head v2.5.22
Simon Let 6 years ago
parent d10d7099de
commit ab8830e8b2
  1. 2
      scripts/widgets.sh

@ -126,6 +126,8 @@ __resh_widget_control_R() {
BUFFER="$PREVBUFFER" BUFFER="$PREVBUFFER"
fi fi
CURSOR=${#BUFFER} CURSOR=${#BUFFER}
# recorded to history
__RESH_HIST_PREV_LINE=${BUFFER}
} }
__resh_widget_arrow_up_compat() { __resh_widget_arrow_up_compat() {

Loading…
Cancel
Save