Skip to content

Commit

Permalink
*-event-loop: Ability to prevent current segment resetting on e-jump
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Sep 29, 2017
1 parent 01f6e2e commit 3ab496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zui-event-loop
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ if (( zuiel_bit_set )); then
integer call_hook=0
if [[ "$id" = zuieanchor* ]]; then
ZUI[CURRENT_IDX]=$(( ${ZUI[$id]-$data1} ))
ZUI[CURRENT_SEGMENT]=1
[[ "${ZUI[reset_current_segment]}" = "no" ]] || ZUI[CURRENT_SEGMENT]=1
id="zuiaction${id#zuieanchor}"
ZUI[SEARCH_BUFFER]=""
call_hook=1
Expand Down

0 comments on commit 3ab496d

Please sign in to comment.